Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-30251 (GCVE-0-2024-30251)
Vulnerability from cvelistv5 – Published: 2024-05-02 13:55 – Updated: 2025-11-03 20:37- CWE-835 - Loop with Unreachable Exit Condition ('Infinite Loop')
| URL | Tags |
|---|---|
| https://github.com/aio-libs/aiohttp/security/advi… | x_refsource_CONFIRM |
| https://github.com/aio-libs/aiohttp/commit/7eecdf… | x_refsource_MISC |
| https://github.com/aio-libs/aiohttp/commit/cebe52… | x_refsource_MISC |
| https://github.com/aio-libs/aiohttp/commit/f21c6f… | x_refsource_MISC |
| http://www.openwall.com/lists/oss-security/2024/05/02/4 |
{
"containers": {
"adp": [
{
"affected": [
{
"cpes": [
"cpe:2.3:a:aio-libs_project:aiohttp:-:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "aiohttp",
"vendor": "aio-libs_project",
"versions": [
{
"lessThan": "3.9.4",
"status": "affected",
"version": "-",
"versionType": "custom"
}
]
}
],
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-30251",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-05-02T15:13:44.627436Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-06-04T17:38:32.295Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-03T20:37:11.081Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84"
},
{
"name": "https://github.com/aio-libs/aiohttp/commit/7eecdff163ccf029fbb1ddc9de4169d4aaeb6597",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/aio-libs/aiohttp/commit/7eecdff163ccf029fbb1ddc9de4169d4aaeb6597"
},
{
"name": "https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"
},
{
"name": "https://github.com/aio-libs/aiohttp/commit/f21c6f2ca512a026ce7f0f6c6311f62d6a638866",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/aio-libs/aiohttp/commit/f21c6f2ca512a026ce7f0f6c6311f62d6a638866"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2024/05/02/4"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2025/02/msg00002.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "aiohttp",
"vendor": "aio-libs",
"versions": [
{
"status": "affected",
"version": "\u003c 3.9.4"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. In affected versions an attacker can send a specially crafted POST (multipart/form-data) request. When the aiohttp server processes it, the server will enter an infinite loop and be unable to process any further requests. An attacker can stop the application from serving requests after sending a single request. This issue has been addressed in version 3.9.4. Users are advised to upgrade. Users unable to upgrade may manually apply a patch to their systems. Please see the linked GHSA for instructions."
}
],
"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-835",
"description": "CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-05-02T13:55:07.893Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84"
},
{
"name": "https://github.com/aio-libs/aiohttp/commit/7eecdff163ccf029fbb1ddc9de4169d4aaeb6597",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/aio-libs/aiohttp/commit/7eecdff163ccf029fbb1ddc9de4169d4aaeb6597"
},
{
"name": "https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"
},
{
"name": "https://github.com/aio-libs/aiohttp/commit/f21c6f2ca512a026ce7f0f6c6311f62d6a638866",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/aio-libs/aiohttp/commit/f21c6f2ca512a026ce7f0f6c6311f62d6a638866"
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/05/02/4"
}
],
"source": {
"advisory": "GHSA-5m98-qgg9-wh84",
"discovery": "UNKNOWN"
},
"title": "Denial of service when trying to parse malformed POST requests in aiohttp"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2024-30251",
"datePublished": "2024-05-02T13:55:06.135Z",
"dateReserved": "2024-03-26T12:52:00.933Z",
"dateUpdated": "2025-11-03T20:37:11.081Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-30251",
"date": "2026-05-30",
"epss": "0.0034",
"percentile": "0.56965"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-30251\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-05-02T14:15:09.627\",\"lastModified\":\"2025-11-03T21:16:09.360\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. In affected versions an attacker can send a specially crafted POST (multipart/form-data) request. When the aiohttp server processes it, the server will enter an infinite loop and be unable to process any further requests. An attacker can stop the application from serving requests after sending a single request. This issue has been addressed in version 3.9.4. Users are advised to upgrade. Users unable to upgrade may manually apply a patch to their systems. Please see the linked GHSA for instructions.\"},{\"lang\":\"es\",\"value\":\"aiohttp es un framework cliente/servidor HTTP as\u00edncrono para asyncio y Python. En las versiones afectadas, un atacante puede enviar una solicitud POST (multipart/form-data) especialmente manipulada. Cuando el servidor aiohttp lo procese, el servidor entrar\u00e1 en un bucle infinito y no podr\u00e1 procesar m\u00e1s solicitudes. Un atacante puede impedir que la aplicaci\u00f3n atienda solicitudes despu\u00e9s de enviar una sola solicitud. Este problema se solucion\u00f3 en la versi\u00f3n 3.9.4. Se recomienda a los usuarios que actualicen. Los usuarios que no puedan actualizar pueden aplicar manualmente un parche a sus sistemas. Consulte la GHSA vinculada para obtener instrucciones.\"}],\"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-835\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:aiohttp:aiohttp:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.9.4\",\"matchCriteriaId\":\"0FC97F5A-57D4-4100-A966-4A8C16DBA490\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/05/02/4\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://github.com/aio-libs/aiohttp/commit/7eecdff163ccf029fbb1ddc9de4169d4aaeb6597\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/aio-libs/aiohttp/commit/f21c6f2ca512a026ce7f0f6c6311f62d6a638866\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/05/02/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://github.com/aio-libs/aiohttp/commit/7eecdff163ccf029fbb1ddc9de4169d4aaeb6597\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/aio-libs/aiohttp/commit/f21c6f2ca512a026ce7f0f6c6311f62d6a638866\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/02/msg00002.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84\", \"name\": \"https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/aio-libs/aiohttp/commit/7eecdff163ccf029fbb1ddc9de4169d4aaeb6597\", \"name\": \"https://github.com/aio-libs/aiohttp/commit/7eecdff163ccf029fbb1ddc9de4169d4aaeb6597\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19\", \"name\": \"https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/aio-libs/aiohttp/commit/f21c6f2ca512a026ce7f0f6c6311f62d6a638866\", \"name\": \"https://github.com/aio-libs/aiohttp/commit/f21c6f2ca512a026ce7f0f6c6311f62d6a638866\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/05/02/4\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2025/02/msg00002.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T20:37:11.081Z\"}}, {\"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-30251\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-05-02T15:13:44.627436Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:aio-libs_project:aiohttp:-:*:*:*:*:*:*:*\"], \"vendor\": \"aio-libs_project\", \"product\": \"aiohttp\", \"versions\": [{\"status\": \"affected\", \"version\": \"-\", \"lessThan\": \"3.9.4\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-02T15:16:00.642Z\"}, \"title\": \"CISA ADP Vulnrichment\"}], \"cna\": {\"title\": \"Denial of service when trying to parse malformed POST requests in aiohttp\", \"source\": {\"advisory\": \"GHSA-5m98-qgg9-wh84\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"aio-libs\", \"product\": \"aiohttp\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 3.9.4\"}]}], \"references\": [{\"url\": \"https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84\", \"name\": \"https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/aio-libs/aiohttp/commit/7eecdff163ccf029fbb1ddc9de4169d4aaeb6597\", \"name\": \"https://github.com/aio-libs/aiohttp/commit/7eecdff163ccf029fbb1ddc9de4169d4aaeb6597\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19\", \"name\": \"https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/aio-libs/aiohttp/commit/f21c6f2ca512a026ce7f0f6c6311f62d6a638866\", \"name\": \"https://github.com/aio-libs/aiohttp/commit/f21c6f2ca512a026ce7f0f6c6311f62d6a638866\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/05/02/4\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. In affected versions an attacker can send a specially crafted POST (multipart/form-data) request. When the aiohttp server processes it, the server will enter an infinite loop and be unable to process any further requests. An attacker can stop the application from serving requests after sending a single request. This issue has been addressed in version 3.9.4. Users are advised to upgrade. Users unable to upgrade may manually apply a patch to their systems. Please see the linked GHSA for instructions.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-835\", \"description\": \"CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-05-02T13:55:07.893Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-30251\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-03T20:37:11.081Z\", \"dateReserved\": \"2024-03-26T12:52:00.933Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-05-02T13:55:06.135Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2025:1335
Vulnerability from csaf_redhat - Published: 2025-02-12 00:11 - Updated: 2026-05-15 14:38An 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's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch | — |
A flaw was found in Google gRPC due to HPACK table poisoning between the proxy and backend so that other clients see failed requests, resulting in a denial of service. This occurs because the error status for a misencoded header is not cleared between header reads, resulting in subsequent (incrementally indexed) added headers in the first request being poisoned until cleared from the HPACK table. By sending a specially crafted request, an attacker could leak other clients HTTP header keys. Attackers are only able to access HTTP header keys but not values.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch | — |
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. AIOHTTP 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. The 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch | — |
A flaw was found in jinja2. The `xmlattr` filter accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `>`, 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 inject other attributes and perform cross-site scripting (XSS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch | — |
A vulnerability was found in Python-Django in the get_supported_language_variant() function. The issue triggers when parsed with very long strings, including a specific set of characters, leading to a potential denial of service attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch | — |
A security issue was found in Django. If 'floatformat' received a string representation of a number in scientific notation with a large exponent, it could lead to significant memory consumption. To avoid this, decimals with more than 200 digits are now returned as is.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch | — |
Workaround
|
A flaw was found in Django. Processing very large inputs with a specific sequence of characters with the urlize and urlizetrunc functions can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch | — |
Workaround
|
A flaw was found in Django. 'urlize', 'urlizetrunc', and 'AdminURLFieldWidget' may be subject to a denial of service attack via certain inputs with a very large number of Unicode characters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch | — |
Workaround
|
A flaw was found in Django. The QuerySet.values() and QuerySet.values_list() methods on models with a JSONField were subject to SQL injection in column aliases via a crafted JSON object key as a passed *arg.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An updated version of Red Hat Update Infrastructure (RHUI) is now available. RHUI 4.11 updates Pulp to a newer upstream version, fixes several issues, and adds an enhancement.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Update Infrastructure (RHUI) provides a highly scalable and redundant framework for managing repositories and content. It also allows cloud providers to deliver content and updates to Red Hat Enterprise Linux (RHEL) instances.\n\nSecurity Fixes:\n* 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\n* Gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers (CVE-2024-1135)\n\n* Aiohttp: aiohttp: XSS on index pages for static file handling (CVE-2024-27306)\n\n* Aiohttp: aiohttp: DoS when trying to parse malformed POST requests (CVE-2024-30251)\n\n* Sqlparse: sqlparse: parsing heavily nested list leads to denial of service (CVE-2024-4340)\n\n* Jinja2: jinja2: accepts keys containing non-attribute characters (CVE-2024-34064)\n\n* Django: Potential denial-of-service in django.utils.translation.get_supported_language_variant() (CVE-2024-39614)\n\n* Django: Memory exhaustion in django.utils.numberformat.floatformat() (CVE-2024-41989)\n\n* Django: Potential SQL injection in QuerySet.values() and values_list() (CVE-2024-42005)\n\n* Django: Potential denial-of-service vulnerability in django.utils.html.urlize() (CVE-2024-41990)\n\n* Django: Potential denial-of-service vulnerability in django.utils.html.urlize() and AdminURLFieldWidget (CVE-2024-41991)\n\n* Grpcio: client communicating with a HTTP/2 proxy can poison the HPACK table between the proxy and the backend (CVE-2024-7246)\n\n* Requests: subsequent requests to the same host ignore cert verification (CVE-2024-35195)\n\nFor detailed information on other changes in this release, see the Red Hat Update Infrastructure Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:1335",
"url": "https://access.redhat.com/errata/RHSA-2025:1335"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4/html/release_notes/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4/html/release_notes/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": "2275989",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275989"
},
{
"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": "2295938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295938"
},
{
"category": "external",
"summary": "2302433",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302433"
},
{
"category": "external",
"summary": "2302434",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302434"
},
{
"category": "external",
"summary": "2302435",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302435"
},
{
"category": "external",
"summary": "2302436",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302436"
},
{
"category": "external",
"summary": "RHUI-429",
"url": "https://issues.redhat.com/browse/RHUI-429"
},
{
"category": "external",
"summary": "RHUI-577",
"url": "https://issues.redhat.com/browse/RHUI-577"
},
{
"category": "external",
"summary": "RHUI-617",
"url": "https://issues.redhat.com/browse/RHUI-617"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1335.json"
}
],
"title": "Red Hat Security Advisory: RHUI 4.11 security, bugfix, and enhancement update",
"tracking": {
"current_release_date": "2026-05-15T14:38:23+00:00",
"generator": {
"date": "2026-05-15T14:38:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2025:1335",
"initial_release_date": "2025-02-12T00:11:35+00:00",
"revision_history": [
{
"date": "2025-02-12T00:11:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-02-12T00:11:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-15T14:38:23+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHUI 4 for RHEL 8",
"product": {
"name": "RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhui:4::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Update Infrastructure"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"product": {
"name": "ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"product_id": "ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-community-crypto@2.21.1-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"product": {
"name": "createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"product_id": "createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c@1.1.3-1.0.1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "libcomps-0:0.1.21-1.el8ui.src",
"product": {
"name": "libcomps-0:0.1.21-1.el8ui.src",
"product_id": "libcomps-0:0.1.21-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps@0.1.21-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiodns-0:3.0.0-7.el8ui.src",
"product": {
"name": "python-aiodns-0:3.0.0-7.el8ui.src",
"product_id": "python-aiodns-0:3.0.0-7.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiodns@3.0.0-7.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiofiles-0:22.1.0-5.el8ui.src",
"product": {
"name": "python-aiofiles-0:22.1.0-5.el8ui.src",
"product_id": "python-aiofiles-0:22.1.0-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiofiles@22.1.0-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-0:3.9.4-1.el8ui.src",
"product": {
"name": "python-aiohttp-0:3.9.4-1.el8ui.src",
"product_id": "python-aiohttp-0:3.9.4-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp@3.9.4-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"product": {
"name": "python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"product_id": "python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-xmlrpc@1.5.0-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiosignal-0:1.3.1-5.el8ui.src",
"product": {
"name": "python-aiosignal-0:1.3.1-5.el8ui.src",
"product_id": "python-aiosignal-0:1.3.1-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiosignal@1.3.1-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-asgiref-0:3.6.0-5.el8ui.src",
"product": {
"name": "python-asgiref-0:3.6.0-5.el8ui.src",
"product_id": "python-asgiref-0:3.6.0-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-asgiref@3.6.0-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"product": {
"name": "python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"product_id": "python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-asyncio-throttle@1.0.2-7.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-async-timeout-0:4.0.2-6.el8ui.src",
"product": {
"name": "python-async-timeout-0:4.0.2-6.el8ui.src",
"product_id": "python-async-timeout-0:4.0.2-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-async-timeout@4.0.2-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-attrs-0:21.4.0-6.el8ui.src",
"product": {
"name": "python-attrs-0:21.4.0-6.el8ui.src",
"product_id": "python-attrs-0:21.4.0-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-attrs@21.4.0-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-backoff-0:2.2.1-5.el8ui.src",
"product": {
"name": "python-backoff-0:2.2.1-5.el8ui.src",
"product_id": "python-backoff-0:2.2.1-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-backoff@2.2.1-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-brotli-0:1.0.9-6.el8ui.src",
"product": {
"name": "python-brotli-0:1.0.9-6.el8ui.src",
"product_id": "python-brotli-0:1.0.9-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-brotli@1.0.9-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"product": {
"name": "python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"product_id": "python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-certifi@2022.12.7-5.0.1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-charset-normalizer-0:2.1.1-5.el8ui.src",
"product": {
"name": "python-charset-normalizer-0:2.1.1-5.el8ui.src",
"product_id": "python-charset-normalizer-0:2.1.1-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-charset-normalizer@2.1.1-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-click-0:8.1.3-5.el8ui.src",
"product": {
"name": "python-click-0:8.1.3-5.el8ui.src",
"product_id": "python-click-0:8.1.3-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-click@8.1.3-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-0:42.0.8-1.el8ui.src",
"product": {
"name": "python-cryptography-0:42.0.8-1.el8ui.src",
"product_id": "python-cryptography-0:42.0.8-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography@42.0.8-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-defusedxml-0:0.7.1-7.el8ui.src",
"product": {
"name": "python-defusedxml-0:0.7.1-7.el8ui.src",
"product_id": "python-defusedxml-0:0.7.1-7.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-defusedxml@0.7.1-7.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-deprecated-0:1.2.13-5.el8ui.src",
"product": {
"name": "python-deprecated-0:1.2.13-5.el8ui.src",
"product_id": "python-deprecated-0:1.2.13-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-deprecated@1.2.13-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-diff-match-patch-0:20200713-7.el8ui.src",
"product": {
"name": "python-diff-match-patch-0:20200713-7.el8ui.src",
"product_id": "python-diff-match-patch-0:20200713-7.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-diff-match-patch@20200713-7.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-0:4.2.15-1.el8ui.src",
"product": {
"name": "python-django-0:4.2.15-1.el8ui.src",
"product_id": "python-django-0:4.2.15-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django@4.2.15-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-filter-0:23.2-4.el8ui.src",
"product": {
"name": "python-django-filter-0:23.2-4.el8ui.src",
"product_id": "python-django-filter-0:23.2-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-filter@23.2-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-guid-0:3.3.0-5.el8ui.src",
"product": {
"name": "python-django-guid-0:3.3.0-5.el8ui.src",
"product_id": "python-django-guid-0:3.3.0-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-guid@3.3.0-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-import-export-0:3.1.0-4.el8ui.src",
"product": {
"name": "python-django-import-export-0:3.1.0-4.el8ui.src",
"product_id": "python-django-import-export-0:3.1.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-import-export@3.1.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-lifecycle-0:1.0.0-4.el8ui.src",
"product": {
"name": "python-django-lifecycle-0:1.0.0-4.el8ui.src",
"product_id": "python-django-lifecycle-0:1.0.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-lifecycle@1.0.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-readonly-field-0:1.1.2-4.el8ui.src",
"product": {
"name": "python-django-readonly-field-0:1.1.2-4.el8ui.src",
"product_id": "python-django-readonly-field-0:1.1.2-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-readonly-field@1.1.2-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-djangorestframework-0:3.14.0-4.el8ui.src",
"product": {
"name": "python-djangorestframework-0:3.14.0-4.el8ui.src",
"product_id": "python-djangorestframework-0:3.14.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-djangorestframework@3.14.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"product": {
"name": "python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"product_id": "python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-djangorestframework-queryfields@1.0.0-8.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-drf-access-policy-0:1.3.0-4.el8ui.src",
"product": {
"name": "python-drf-access-policy-0:1.3.0-4.el8ui.src",
"product_id": "python-drf-access-policy-0:1.3.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-drf-access-policy@1.3.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"product": {
"name": "python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"product_id": "python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-drf-nested-routers@0.93.4-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-drf-spectacular-0:0.26.5-5.el8ui.src",
"product": {
"name": "python-drf-spectacular-0:0.26.5-5.el8ui.src",
"product_id": "python-drf-spectacular-0:0.26.5-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-drf-spectacular@0.26.5-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dynaconf-0:3.1.12-4.el8ui.src",
"product": {
"name": "python-dynaconf-0:3.1.12-4.el8ui.src",
"product_id": "python-dynaconf-0:3.1.12-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dynaconf@3.1.12-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ecdsa-0:0.18.0-5.el8ui.src",
"product": {
"name": "python-ecdsa-0:0.18.0-5.el8ui.src",
"product_id": "python-ecdsa-0:0.18.0-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ecdsa@0.18.0-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-et-xmlfile-0:1.1.0-6.el8ui.src",
"product": {
"name": "python-et-xmlfile-0:1.1.0-6.el8ui.src",
"product_id": "python-et-xmlfile-0:1.1.0-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-et-xmlfile@1.1.0-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-frozenlist-0:1.3.3-5.el8ui.src",
"product": {
"name": "python-frozenlist-0:1.3.3-5.el8ui.src",
"product_id": "python-frozenlist-0:1.3.3-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-frozenlist@1.3.3-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-future-0:0.18.3-5.el8ui.src",
"product": {
"name": "python-future-0:0.18.3-5.el8ui.src",
"product_id": "python-future-0:0.18.3-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-future@0.18.3-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gnupg-0:0.5.0-5.el8ui.src",
"product": {
"name": "python-gnupg-0:0.5.0-5.el8ui.src",
"product_id": "python-gnupg-0:0.5.0-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gnupg@0.5.0-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"product": {
"name": "python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"product_id": "python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-googleapis-common-protos@1.59.1-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-grpcio-0:1.65.4-1.el8ui.src",
"product": {
"name": "python-grpcio-0:1.65.4-1.el8ui.src",
"product_id": "python-grpcio-0:1.65.4-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-grpcio@1.65.4-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-importlib-metadata-0:6.0.1-5.el8ui.src",
"product": {
"name": "python-importlib-metadata-0:6.0.1-5.el8ui.src",
"product_id": "python-importlib-metadata-0:6.0.1-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-importlib-metadata@6.0.1-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-inflection-0:0.5.1-7.el8ui.src",
"product": {
"name": "python-inflection-0:0.5.1-7.el8ui.src",
"product_id": "python-inflection-0:0.5.1-7.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-inflection@0.5.1-7.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jinja2-0:3.1.4-1.el8ui.src",
"product": {
"name": "python-jinja2-0:3.1.4-1.el8ui.src",
"product_id": "python-jinja2-0:3.1.4-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@3.1.4-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jq-0:1.6.0-4.el8ui.src",
"product": {
"name": "python-jq-0:1.6.0-4.el8ui.src",
"product_id": "python-jq-0:1.6.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jq@1.6.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jsonschema-0:4.10.3-4.el8ui.src",
"product": {
"name": "python-jsonschema-0:4.10.3-4.el8ui.src",
"product_id": "python-jsonschema-0:4.10.3-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jsonschema@4.10.3-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"product": {
"name": "python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"product_id": "python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-json-stream-rs-tokenizer@0.4.25-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-markuppy-0:1.14-7.el8ui.src",
"product": {
"name": "python-markuppy-0:1.14-7.el8ui.src",
"product_id": "python-markuppy-0:1.14-7.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markuppy@1.14-7.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-0:2.1.2-5.el8ui.src",
"product": {
"name": "python-markupsafe-0:2.1.2-5.el8ui.src",
"product_id": "python-markupsafe-0:2.1.2-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe@2.1.2-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-multidict-0:6.0.4-5.el8ui.src",
"product": {
"name": "python-multidict-0:6.0.4-5.el8ui.src",
"product_id": "python-multidict-0:6.0.4-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-multidict@6.0.4-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-odfpy-0:1.4.1-10.el8ui.src",
"product": {
"name": "python-odfpy-0:1.4.1-10.el8ui.src",
"product_id": "python-odfpy-0:1.4.1-10.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-odfpy@1.4.1-10.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-openpyxl-0:3.1.0-5.el8ui.src",
"product": {
"name": "python-openpyxl-0:3.1.0-5.el8ui.src",
"product_id": "python-openpyxl-0:3.1.0-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-openpyxl@3.1.0-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-packaging-0:21.3-6.el8ui.src",
"product": {
"name": "python-packaging-0:21.3-6.el8ui.src",
"product_id": "python-packaging-0:21.3-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-packaging@21.3-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-productmd-0:1.33-7.el8ui.src",
"product": {
"name": "python-productmd-0:1.33-7.el8ui.src",
"product_id": "python-productmd-0:1.33-7.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-productmd@1.33-7.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-protobuf-0:4.21.6-5.el8ui.src",
"product": {
"name": "python-protobuf-0:4.21.6-5.el8ui.src",
"product_id": "python-protobuf-0:4.21.6-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-protobuf@4.21.6-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-psycopg-0:3.2.3-1.el8ui.src",
"product": {
"name": "python-psycopg-0:3.2.3-1.el8ui.src",
"product_id": "python-psycopg-0:3.2.3-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg@3.2.3-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-container-0:2.20.3-1.el8ui.src",
"product": {
"name": "python-pulp-container-0:2.20.3-1.el8ui.src",
"product_id": "python-pulp-container-0:2.20.3-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-container@2.20.3-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-container-client-0:2.21.0-1.el8ui.src",
"product": {
"name": "python-pulp-container-client-0:2.21.0-1.el8ui.src",
"product_id": "python-pulp-container-client-0:2.21.0-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-container-client@2.21.0-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulpcore-0:3.49.22-1.el8ui.src",
"product": {
"name": "python-pulpcore-0:3.49.22-1.el8ui.src",
"product_id": "python-pulpcore-0:3.49.22-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulpcore@3.49.22-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"product": {
"name": "python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"product_id": "python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulpcore-client@3.49.19-1.0.2.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-glue-0:0.29.2-2.el8ui.src",
"product": {
"name": "python-pulp-glue-0:0.29.2-2.el8ui.src",
"product_id": "python-pulp-glue-0:0.29.2-2.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-glue@0.29.2-2.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-rpm-0:3.26.1-1.el8ui.src",
"product": {
"name": "python-pulp-rpm-0:3.26.1-1.el8ui.src",
"product_id": "python-pulp-rpm-0:3.26.1-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-rpm@3.26.1-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"product": {
"name": "python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"product_id": "python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-rpm-client@3.25.4-1.0.1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycares-0:4.1.2-6.el8ui.src",
"product": {
"name": "python-pycares-0:4.1.2-6.el8ui.src",
"product_id": "python-pycares-0:4.1.2-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycares@4.1.2-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycparser-0:2.21-6.el8ui.src",
"product": {
"name": "python-pycparser-0:2.21-6.el8ui.src",
"product_id": "python-pycparser-0:2.21-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycparser@2.21-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycryptodomex-0:3.20.0-1.el8ui.src",
"product": {
"name": "python-pycryptodomex-0:3.20.0-1.el8ui.src",
"product_id": "python-pycryptodomex-0:3.20.0-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycryptodomex@3.20.0-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pygtrie-0:2.5.0-5.el8ui.src",
"product": {
"name": "python-pygtrie-0:2.5.0-5.el8ui.src",
"product_id": "python-pygtrie-0:2.5.0-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pygtrie@2.5.0-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyjwkest-0:1.4.2-9.el8ui.src",
"product": {
"name": "python-pyjwkest-0:1.4.2-9.el8ui.src",
"product_id": "python-pyjwkest-0:1.4.2-9.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyjwkest@1.4.2-9.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyjwt-0:2.5.0-5.el8ui.src",
"product": {
"name": "python-pyjwt-0:2.5.0-5.el8ui.src",
"product_id": "python-pyjwt-0:2.5.0-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyjwt@2.5.0-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyparsing-0:3.1.1-4.el8ui.src",
"product": {
"name": "python-pyparsing-0:3.1.1-4.el8ui.src",
"product_id": "python-pyparsing-0:3.1.1-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyparsing@3.1.1-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-0:0.18.1-6.el8ui.src",
"product": {
"name": "python-pyrsistent-0:0.18.1-6.el8ui.src",
"product_id": "python-pyrsistent-0:0.18.1-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent@0.18.1-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pytz-0:2022.2.1-6.el8ui.src",
"product": {
"name": "python-pytz-0:2022.2.1-6.el8ui.src",
"product_id": "python-pytz-0:2022.2.1-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytz@2022.2.1-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"product": {
"name": "python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"product_id": "python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyyaml@5.4.1-8.0.1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-redis-0:4.3.4-5.el8ui.src",
"product": {
"name": "python-redis-0:4.3.4-5.el8ui.src",
"product_id": "python-redis-0:4.3.4-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-redis@4.3.4-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.32.3-2.el8ui.src",
"product": {
"name": "python-requests-0:2.32.3-2.el8ui.src",
"product_id": "python-requests-0:2.32.3-2.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.32.3-2.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sqlparse-0:0.5.0-1.el8ui.src",
"product": {
"name": "python-sqlparse-0:0.5.0-1.el8ui.src",
"product_id": "python-sqlparse-0:0.5.0-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlparse@0.5.0-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tablib-0:3.3.0-5.el8ui.src",
"product": {
"name": "python-tablib-0:3.3.0-5.el8ui.src",
"product_id": "python-tablib-0:3.3.0-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tablib@3.3.0-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"product": {
"name": "python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"product_id": "python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-types-cryptography@3.3.23.2-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-typing-extensions-0:4.7.1-5.el8ui.src",
"product": {
"name": "python-typing-extensions-0:4.7.1-5.el8ui.src",
"product_id": "python-typing-extensions-0:4.7.1-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-typing-extensions@4.7.1-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-uritemplate-0:4.1.1-6.el8ui.src",
"product": {
"name": "python-uritemplate-0:4.1.1-6.el8ui.src",
"product_id": "python-uritemplate-0:4.1.1-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-uritemplate@4.1.1-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:2.2.3-1.el8ui.src",
"product": {
"name": "python-urllib3-0:2.2.3-1.el8ui.src",
"product_id": "python-urllib3-0:2.2.3-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@2.2.3-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-urlman-0:2.0.1-5.el8ui.src",
"product": {
"name": "python-urlman-0:2.0.1-5.el8ui.src",
"product_id": "python-urlman-0:2.0.1-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urlman@2.0.1-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-url-normalize-0:1.4.3-8.el8ui.src",
"product": {
"name": "python-url-normalize-0:1.4.3-8.el8ui.src",
"product_id": "python-url-normalize-0:1.4.3-8.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-url-normalize@1.4.3-8.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-uuid6-0:2023.5.2-5.el8ui.src",
"product": {
"name": "python-uuid6-0:2023.5.2-5.el8ui.src",
"product_id": "python-uuid6-0:2023.5.2-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-uuid6@2023.5.2-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-whitenoise-0:6.0.0-5.el8ui.src",
"product": {
"name": "python-whitenoise-0:6.0.0-5.el8ui.src",
"product_id": "python-whitenoise-0:6.0.0-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-whitenoise@6.0.0-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-0:1.14.1-5.el8ui.src",
"product": {
"name": "python-wrapt-0:1.14.1-5.el8ui.src",
"product_id": "python-wrapt-0:1.14.1-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt@1.14.1-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-xlrd-0:2.0.1-9.el8ui.src",
"product": {
"name": "python-xlrd-0:2.0.1-9.el8ui.src",
"product_id": "python-xlrd-0:2.0.1-9.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-xlrd@2.0.1-9.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-xlwt-0:1.3.0-7.el8ui.src",
"product": {
"name": "python-xlwt-0:1.3.0-7.el8ui.src",
"product_id": "python-xlwt-0:1.3.0-7.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-xlwt@1.3.0-7.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-yarl-0:1.8.2-5.el8ui.src",
"product": {
"name": "python-yarl-0:1.8.2-5.el8ui.src",
"product_id": "python-yarl-0:1.8.2-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yarl@1.8.2-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zipp-0:3.4.0-8.el8ui.src",
"product": {
"name": "python-zipp-0:3.4.0-8.el8ui.src",
"product_id": "python-zipp-0:3.4.0-8.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zipp@3.4.0-8.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "rhui-installer-0:4.11.0.2-1.el8ui.src",
"product": {
"name": "rhui-installer-0:4.11.0.2-1.el8ui.src",
"product_id": "rhui-installer-0:4.11.0.2-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-installer@4.11.0.2-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"product": {
"name": "python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"product_id": "python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gunicorn@22.0.0-1.0.1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "m2crypto-0:0.40.1-1.0.2.el8ui.src",
"product": {
"name": "m2crypto-0:0.40.1-1.0.2.el8ui.src",
"product_id": "m2crypto-0:0.40.1-1.0.2.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/m2crypto@0.40.1-1.0.2.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"product": {
"name": "python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"product_id": "python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-rhsm@1.19.2-7.0.1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"product": {
"name": "rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"product_id": "rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-cds-plugin-authorizer@2.0.0-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"product": {
"name": "rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"product_id": "rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-cds-plugin-authorizer-cert@2.0.0-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"product": {
"name": "rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"product_id": "rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-cds-plugin-fetcher@2.0.0-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"product": {
"name": "rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"product_id": "rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-cds-plugin-mirror@2.0.0-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "rhui-tools-0:4.11.0.4-1.el8ui.src",
"product": {
"name": "rhui-tools-0:4.11.0.4-1.el8ui.src",
"product_id": "rhui-tools-0:4.11.0.4-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-tools@4.11.0.4-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-psycopg_c-0:3.2.3-1.el8ui.src",
"product": {
"name": "python-psycopg_c-0:3.2.3-1.el8ui.src",
"product_id": "python-psycopg_c-0:3.2.3-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg_c@3.2.3-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"product": {
"name": "python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"product_id": "python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyOpenSSL@24.1.0-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dateutil-0:2.8.2-7.el8ui.src",
"product": {
"name": "python-dateutil-0:2.8.2-7.el8ui.src",
"product_id": "python-dateutil-0:2.8.2-7.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dateutil@2.8.2-7.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-iniparse-0:0.4-40.0.1.el8ui.src",
"product": {
"name": "python-iniparse-0:0.4-40.0.1.el8ui.src",
"product_id": "python-iniparse-0:0.4-40.0.1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-iniparse@0.4-40.0.1.el8ui?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"product": {
"name": "ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"product_id": "ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-community-crypto@2.21.1-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"product": {
"name": "python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"product_id": "python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiodns@3.0.0-7.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"product": {
"name": "python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"product_id": "python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiofiles@22.1.0-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"product": {
"name": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"product_id": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiohttp-xmlrpc@1.5.0-6.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"product": {
"name": "python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"product_id": "python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiosignal@1.3.1-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"product": {
"name": "python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"product_id": "python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-asgiref@3.6.0-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"product": {
"name": "python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"product_id": "python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-asyncio-throttle@1.0.2-7.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"product": {
"name": "python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"product_id": "python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-async-timeout@4.0.2-6.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"product": {
"name": "python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"product_id": "python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-attrs@21.4.0-6.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"product": {
"name": "python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"product_id": "python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-backoff@2.2.1-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"product": {
"name": "python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"product_id": "python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-certifi@2022.12.7-5.0.1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"product": {
"name": "python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"product_id": "python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-certifi@2022.12.7-5.0.1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"product": {
"name": "python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"product_id": "python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-charset-normalizer@2.1.1-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-click-0:8.1.3-5.el8ui.noarch",
"product": {
"name": "python3.11-click-0:8.1.3-5.el8ui.noarch",
"product_id": "python3.11-click-0:8.1.3-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-click@8.1.3-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"product": {
"name": "python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"product_id": "python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-defusedxml@0.7.1-7.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"product": {
"name": "python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"product_id": "python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-deprecated@1.2.13-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"product": {
"name": "python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"product_id": "python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-diff-match-patch@20200713-7.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-0:4.2.15-1.el8ui.noarch",
"product": {
"name": "python3.11-django-0:4.2.15-1.el8ui.noarch",
"product_id": "python3.11-django-0:4.2.15-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django@4.2.15-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-filter-0:23.2-4.el8ui.noarch",
"product": {
"name": "python3.11-django-filter-0:23.2-4.el8ui.noarch",
"product_id": "python3.11-django-filter-0:23.2-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-filter@23.2-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"product": {
"name": "python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"product_id": "python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-guid@3.3.0-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"product": {
"name": "python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"product_id": "python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-import-export@3.1.0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"product": {
"name": "python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"product_id": "python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-lifecycle@1.0.0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"product": {
"name": "python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"product_id": "python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-readonly-field@1.1.2-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"product": {
"name": "python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"product_id": "python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-djangorestframework@3.14.0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"product": {
"name": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"product_id": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-djangorestframework-queryfields@1.0.0-8.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"product": {
"name": "python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"product_id": "python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-drf-access-policy@1.3.0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"product": {
"name": "python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"product_id": "python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-drf-nested-routers@0.93.4-6.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"product": {
"name": "python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"product_id": "python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-drf-spectacular@0.26.5-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"product": {
"name": "python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"product_id": "python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-dynaconf@3.1.12-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"product": {
"name": "python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"product_id": "python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-ecdsa@0.18.0-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"product": {
"name": "python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"product_id": "python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-et-xmlfile@1.1.0-6.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-future-0:0.18.3-5.el8ui.noarch",
"product": {
"name": "python3.11-future-0:0.18.3-5.el8ui.noarch",
"product_id": "python3.11-future-0:0.18.3-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-future@0.18.3-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"product": {
"name": "python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"product_id": "python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-gnupg@0.5.0-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"product": {
"name": "python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"product_id": "python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-googleapis-common-protos@1.59.1-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"product": {
"name": "python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"product_id": "python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-importlib-metadata@6.0.1-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"product": {
"name": "python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"product_id": "python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-inflection@0.5.1-7.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"product": {
"name": "python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"product_id": "python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.4-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"product": {
"name": "python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"product_id": "python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jsonschema@4.10.3-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-markuppy-0:1.14-7.el8ui.noarch",
"product": {
"name": "python3.11-markuppy-0:1.14-7.el8ui.noarch",
"product_id": "python3.11-markuppy-0:1.14-7.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-markuppy@1.14-7.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"product": {
"name": "python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"product_id": "python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-odfpy@1.4.1-10.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"product": {
"name": "python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"product_id": "python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-openpyxl@3.1.0-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-packaging-0:21.3-6.el8ui.noarch",
"product": {
"name": "python3.11-packaging-0:21.3-6.el8ui.noarch",
"product_id": "python3.11-packaging-0:21.3-6.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-packaging@21.3-6.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-productmd-0:1.33-7.el8ui.noarch",
"product": {
"name": "python3.11-productmd-0:1.33-7.el8ui.noarch",
"product_id": "python3.11-productmd-0:1.33-7.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-productmd@1.33-7.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"product": {
"name": "python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"product_id": "python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-protobuf@4.21.6-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"product": {
"name": "python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"product_id": "python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-psycopg@3.2.3-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"product": {
"name": "python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"product_id": "python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-container@2.20.3-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"product": {
"name": "python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"product_id": "python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pulp-container-client@2.21.0-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"product": {
"name": "python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"product_id": "python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.22-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"product": {
"name": "python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"product_id": "python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pulpcore-client@3.49.19-1.0.2.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"product": {
"name": "python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"product_id": "python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-glue@0.29.2-2.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"product": {
"name": "python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"product_id": "python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-rpm@3.26.1-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"product": {
"name": "python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"product_id": "python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pulp-rpm-client@3.25.4-1.0.1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycparser-0:2.21-6.el8ui.noarch",
"product": {
"name": "python3.11-pycparser-0:2.21-6.el8ui.noarch",
"product_id": "python3.11-pycparser-0:2.21-6.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycparser@2.21-6.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"product": {
"name": "python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"product_id": "python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pygtrie@2.5.0-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"product": {
"name": "python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"product_id": "python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyjwkest@1.4.2-9.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"product": {
"name": "python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"product_id": "python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyjwt@2.5.0-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"product": {
"name": "python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"product_id": "python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyparsing@3.1.1-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"product": {
"name": "python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"product_id": "python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pytz@2022.2.1-6.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-redis-0:4.3.4-5.el8ui.noarch",
"product": {
"name": "python3.11-redis-0:4.3.4-5.el8ui.noarch",
"product_id": "python3.11-redis-0:4.3.4-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-redis@4.3.4-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-requests-0:2.32.3-2.el8ui.noarch",
"product": {
"name": "python3.11-requests-0:2.32.3-2.el8ui.noarch",
"product_id": "python3.11-requests-0:2.32.3-2.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-requests@2.32.3-2.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"product": {
"name": "python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"product_id": "python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-sqlparse@0.5.0-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"product": {
"name": "python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"product_id": "python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tablib@3.3.0-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"product": {
"name": "python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"product_id": "python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-types-cryptography@3.3.23.2-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"product": {
"name": "python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"product_id": "python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-typing-extensions@4.7.1-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"product": {
"name": "python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"product_id": "python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-uritemplate@4.1.1-6.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"product": {
"name": "python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"product_id": "python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-urllib3@2.2.3-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"product": {
"name": "python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"product_id": "python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-urlman@2.0.1-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"product": {
"name": "python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"product_id": "python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-url-normalize@1.4.3-8.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"product": {
"name": "python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"product_id": "python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-uuid6@2023.5.2-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"product": {
"name": "python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"product_id": "python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-whitenoise@6.0.0-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"product": {
"name": "python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"product_id": "python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-xlrd@2.0.1-9.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"product": {
"name": "python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"product_id": "python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-xlwt@1.3.0-7.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"product": {
"name": "python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"product_id": "python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-zipp@3.4.0-8.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"product": {
"name": "rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"product_id": "rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-installer@4.11.0.2-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"product": {
"name": "python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"product_id": "python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-gunicorn@22.0.0-1.0.1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"product": {
"name": "rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"product_id": "rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-cds-plugin-authorizer@2.0.0-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"product": {
"name": "rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"product_id": "rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-cds-plugin-authorizer-cert@2.0.0-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"product": {
"name": "rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"product_id": "rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-cds-plugin-fetcher@2.0.0-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"product": {
"name": "rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"product_id": "rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-cds-plugin-mirror@2.0.0-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"product": {
"name": "rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"product_id": "rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-tools@4.11.0.4-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch",
"product": {
"name": "rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch",
"product_id": "rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-tools-libs@4.11.0.4-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"product": {
"name": "python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"product_id": "python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyOpenSSL@24.1.0-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"product": {
"name": "python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"product_id": "python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-dateutil@2.8.2-7.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"product": {
"name": "python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"product_id": "python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-iniparse@0.4-40.0.1.el8ui?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"product": {
"name": "createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"product_id": "createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-libs@1.1.3-1.0.1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"product": {
"name": "python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"product_id": "python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-createrepo_c@1.1.3-1.0.1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"product": {
"name": "python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"product_id": "python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-createrepo_c@1.1.3-1.0.1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"product": {
"name": "createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"product_id": "createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-debugsource@1.1.3-1.0.1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"product": {
"name": "createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"product_id": "createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-debuginfo@1.1.3-1.0.1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"product": {
"name": "createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"product_id": "createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-libs-debuginfo@1.1.3-1.0.1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"product": {
"name": "python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"product_id": "python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-createrepo_c-debuginfo@1.1.3-1.0.1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"product": {
"name": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"product_id": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-createrepo_c-debuginfo@1.1.3-1.0.1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libcomps-0:0.1.21-1.el8ui.x86_64",
"product": {
"name": "libcomps-0:0.1.21-1.el8ui.x86_64",
"product_id": "libcomps-0:0.1.21-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps@0.1.21-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"product": {
"name": "python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"product_id": "python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libcomps@0.1.21-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"product": {
"name": "python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"product_id": "python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libcomps@0.1.21-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"product": {
"name": "libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"product_id": "libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps-debugsource@0.1.21-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"product": {
"name": "libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"product_id": "libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps-debuginfo@0.1.21-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"product": {
"name": "python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"product_id": "python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libcomps-debuginfo@0.1.21-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"product": {
"name": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"product_id": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libcomps-debuginfo@0.1.21-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"product": {
"name": "python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"product_id": "python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiohttp@3.9.4-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"product": {
"name": "python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"product_id": "python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.4-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"product": {
"name": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"product_id": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiohttp-debuginfo@3.9.4-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"product": {
"name": "python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"product_id": "python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-brotli@1.0.9-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"product": {
"name": "python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"product_id": "python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-brotli-debugsource@1.0.9-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"product": {
"name": "python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"product_id": "python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-brotli-debuginfo@1.0.9-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"product": {
"name": "python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"product_id": "python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-cryptography@42.0.8-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"product": {
"name": "python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"product_id": "python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.8-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"product": {
"name": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"product_id": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-cryptography-debuginfo@42.0.8-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"product": {
"name": "python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"product_id": "python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-frozenlist@1.3.3-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"product": {
"name": "python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"product_id": "python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-frozenlist-debugsource@1.3.3-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"product": {
"name": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"product_id": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-frozenlist-debuginfo@1.3.3-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"product": {
"name": "python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"product_id": "python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-grpcio@1.65.4-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"product": {
"name": "python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"product_id": "python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-grpcio-debugsource@1.65.4-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"product": {
"name": "python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"product_id": "python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-grpcio-debuginfo@1.65.4-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"product": {
"name": "python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"product_id": "python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jq@1.6.0-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"product": {
"name": "python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"product_id": "python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-json_stream_rs_tokenizer@0.4.25-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"product": {
"name": "python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"product_id": "python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-markupsafe@2.1.2-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"product": {
"name": "python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"product_id": "python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@2.1.2-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"product": {
"name": "python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"product_id": "python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-markupsafe-debuginfo@2.1.2-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"product": {
"name": "python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"product_id": "python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-multidict@6.0.4-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"product": {
"name": "python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"product_id": "python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-multidict-debugsource@6.0.4-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"product": {
"name": "python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"product_id": "python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-multidict-debuginfo@6.0.4-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"product": {
"name": "python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"product_id": "python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycares@4.1.2-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"product": {
"name": "python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"product_id": "python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycares-debugsource@4.1.2-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"product": {
"name": "python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"product_id": "python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycares-debuginfo@4.1.2-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"product": {
"name": "python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"product_id": "python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycryptodomex@3.20.0-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"product": {
"name": "python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"product_id": "python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycryptodomex-debugsource@3.20.0-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"product": {
"name": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"product_id": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycryptodomex-debuginfo@3.20.0-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"product": {
"name": "python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"product_id": "python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyrsistent@0.18.1-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"product": {
"name": "python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"product_id": "python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent-debugsource@0.18.1-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"product": {
"name": "python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"product_id": "python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyrsistent-debuginfo@0.18.1-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"product": {
"name": "python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"product_id": "python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyyaml@5.4.1-8.0.1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"product": {
"name": "python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"product_id": "python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-solv@0.7.28-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"product": {
"name": "python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"product_id": "python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-solv-debugsource@0.7.28-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"product": {
"name": "python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"product_id": "python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-solv-debuginfo@0.7.28-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"product": {
"name": "python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"product_id": "python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-wrapt@1.14.1-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"product": {
"name": "python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"product_id": "python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-debugsource@1.14.1-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"product": {
"name": "python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"product_id": "python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-wrapt-debuginfo@1.14.1-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"product": {
"name": "python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"product_id": "python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-yarl@1.8.2-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"product": {
"name": "python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"product_id": "python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yarl-debugsource@1.8.2-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"product": {
"name": "python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"product_id": "python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-yarl-debuginfo@1.8.2-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"product": {
"name": "python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"product_id": "python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-m2crypto@0.40.1-1.0.2.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"product": {
"name": "python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"product_id": "python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-m2crypto@0.40.1-1.0.2.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"product": {
"name": "m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"product_id": "m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/m2crypto-debugsource@0.40.1-1.0.2.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"product": {
"name": "m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"product_id": "m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/m2crypto-debuginfo@0.40.1-1.0.2.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"product": {
"name": "python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"product_id": "python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-m2crypto-debuginfo@0.40.1-1.0.2.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"product": {
"name": "python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"product_id": "python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-m2crypto-debuginfo@0.40.1-1.0.2.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"product": {
"name": "python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"product_id": "python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-rhsm@1.19.2-7.0.1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"product": {
"name": "python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"product_id": "python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-rhsm-debugsource@1.19.2-7.0.1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"product": {
"name": "python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"product_id": "python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-rhsm-debuginfo@1.19.2-7.0.1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"product": {
"name": "python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"product_id": "python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-psycopg_c@3.2.3-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"product": {
"name": "python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"product_id": "python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg_c-debugsource@3.2.3-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"product": {
"name": "python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"product_id": "python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-psycopg_c-debuginfo@3.2.3-1.el8ui?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch"
},
"product_reference": "ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-community-crypto-0:2.21.1-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src"
},
"product_reference": "ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-0:1.1.3-1.0.1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src"
},
"product_reference": "createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64"
},
"product_reference": "createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64"
},
"product_reference": "createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64"
},
"product_reference": "createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64"
},
"product_reference": "createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.21-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src"
},
"product_reference": "libcomps-0:0.1.21-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.21-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64"
},
"product_reference": "libcomps-0:0.1.21-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64"
},
"product_reference": "libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debugsource-0:0.1.21-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64"
},
"product_reference": "libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "m2crypto-0:0.40.1-1.0.2.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src"
},
"product_reference": "m2crypto-0:0.40.1-1.0.2.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64"
},
"product_reference": "m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64"
},
"product_reference": "m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiodns-0:3.0.0-7.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src"
},
"product_reference": "python-aiodns-0:3.0.0-7.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiofiles-0:22.1.0-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src"
},
"product_reference": "python-aiofiles-0:22.1.0-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-0:3.9.4-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src"
},
"product_reference": "python-aiohttp-0:3.9.4-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64"
},
"product_reference": "python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src"
},
"product_reference": "python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiosignal-0:1.3.1-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src"
},
"product_reference": "python-aiosignal-0:1.3.1-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asgiref-0:3.6.0-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src"
},
"product_reference": "python-asgiref-0:3.6.0-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-async-timeout-0:4.0.2-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src"
},
"product_reference": "python-async-timeout-0:4.0.2-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asyncio-throttle-0:1.0.2-7.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src"
},
"product_reference": "python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-attrs-0:21.4.0-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src"
},
"product_reference": "python-attrs-0:21.4.0-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-backoff-0:2.2.1-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src"
},
"product_reference": "python-backoff-0:2.2.1-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-brotli-0:1.0.9-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src"
},
"product_reference": "python-brotli-0:1.0.9-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64"
},
"product_reference": "python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-certifi-0:2022.12.7-5.0.1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src"
},
"product_reference": "python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-charset-normalizer-0:2.1.1-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src"
},
"product_reference": "python-charset-normalizer-0:2.1.1-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-click-0:8.1.3-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src"
},
"product_reference": "python-click-0:8.1.3-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:42.0.8-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src"
},
"product_reference": "python-cryptography-0:42.0.8-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64"
},
"product_reference": "python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dateutil-0:2.8.2-7.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src"
},
"product_reference": "python-dateutil-0:2.8.2-7.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-defusedxml-0:0.7.1-7.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src"
},
"product_reference": "python-defusedxml-0:0.7.1-7.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-deprecated-0:1.2.13-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src"
},
"product_reference": "python-deprecated-0:1.2.13-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-diff-match-patch-0:20200713-7.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src"
},
"product_reference": "python-diff-match-patch-0:20200713-7.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-0:4.2.15-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src"
},
"product_reference": "python-django-0:4.2.15-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-filter-0:23.2-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src"
},
"product_reference": "python-django-filter-0:23.2-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-guid-0:3.3.0-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src"
},
"product_reference": "python-django-guid-0:3.3.0-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-import-export-0:3.1.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src"
},
"product_reference": "python-django-import-export-0:3.1.0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-lifecycle-0:1.0.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src"
},
"product_reference": "python-django-lifecycle-0:1.0.0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-readonly-field-0:1.1.2-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src"
},
"product_reference": "python-django-readonly-field-0:1.1.2-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-djangorestframework-0:3.14.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src"
},
"product_reference": "python-djangorestframework-0:3.14.0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src"
},
"product_reference": "python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-access-policy-0:1.3.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src"
},
"product_reference": "python-drf-access-policy-0:1.3.0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-nested-routers-0:0.93.4-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src"
},
"product_reference": "python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-spectacular-0:0.26.5-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src"
},
"product_reference": "python-drf-spectacular-0:0.26.5-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dynaconf-0:3.1.12-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src"
},
"product_reference": "python-dynaconf-0:3.1.12-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ecdsa-0:0.18.0-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src"
},
"product_reference": "python-ecdsa-0:0.18.0-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-et-xmlfile-0:1.1.0-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src"
},
"product_reference": "python-et-xmlfile-0:1.1.0-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-frozenlist-0:1.3.3-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src"
},
"product_reference": "python-frozenlist-0:1.3.3-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64"
},
"product_reference": "python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-future-0:0.18.3-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src"
},
"product_reference": "python-future-0:0.18.3-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gnupg-0:0.5.0-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src"
},
"product_reference": "python-gnupg-0:0.5.0-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-googleapis-common-protos-0:1.59.1-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src"
},
"product_reference": "python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-grpcio-0:1.65.4-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src"
},
"product_reference": "python-grpcio-0:1.65.4-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64"
},
"product_reference": "python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-0:22.0.0-1.0.1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src"
},
"product_reference": "python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-importlib-metadata-0:6.0.1-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src"
},
"product_reference": "python-importlib-metadata-0:6.0.1-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-inflection-0:0.5.1-7.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src"
},
"product_reference": "python-inflection-0:0.5.1-7.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-iniparse-0:0.4-40.0.1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src"
},
"product_reference": "python-iniparse-0:0.4-40.0.1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.4-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src"
},
"product_reference": "python-jinja2-0:3.1.4-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jq-0:1.6.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src"
},
"product_reference": "python-jq-0:1.6.0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src"
},
"product_reference": "python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jsonschema-0:4.10.3-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src"
},
"product_reference": "python-jsonschema-0:4.10.3-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markuppy-0:1.14-7.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src"
},
"product_reference": "python-markuppy-0:1.14-7.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-0:2.1.2-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src"
},
"product_reference": "python-markupsafe-0:2.1.2-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64"
},
"product_reference": "python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-multidict-0:6.0.4-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src"
},
"product_reference": "python-multidict-0:6.0.4-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64"
},
"product_reference": "python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-odfpy-0:1.4.1-10.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src"
},
"product_reference": "python-odfpy-0:1.4.1-10.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openpyxl-0:3.1.0-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src"
},
"product_reference": "python-openpyxl-0:3.1.0-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-packaging-0:21.3-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src"
},
"product_reference": "python-packaging-0:21.3-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-productmd-0:1.33-7.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src"
},
"product_reference": "python-productmd-0:1.33-7.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-protobuf-0:4.21.6-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src"
},
"product_reference": "python-protobuf-0:4.21.6-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg-0:3.2.3-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src"
},
"product_reference": "python-psycopg-0:3.2.3-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg_c-0:3.2.3-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src"
},
"product_reference": "python-psycopg_c-0:3.2.3-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64"
},
"product_reference": "python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-container-0:2.20.3-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src"
},
"product_reference": "python-pulp-container-0:2.20.3-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-container-client-0:2.21.0-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src"
},
"product_reference": "python-pulp-container-client-0:2.21.0-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-glue-0:0.29.2-2.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src"
},
"product_reference": "python-pulp-glue-0:0.29.2-2.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-0:3.26.1-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src"
},
"product_reference": "python-pulp-rpm-0:3.26.1-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src"
},
"product_reference": "python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.49.22-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src"
},
"product_reference": "python-pulpcore-0:3.49.22-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src"
},
"product_reference": "python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyOpenSSL-0:24.1.0-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src"
},
"product_reference": "python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycares-0:4.1.2-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src"
},
"product_reference": "python-pycares-0:4.1.2-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64"
},
"product_reference": "python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.21-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src"
},
"product_reference": "python-pycparser-0:2.21-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycryptodomex-0:3.20.0-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src"
},
"product_reference": "python-pycryptodomex-0:3.20.0-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64"
},
"product_reference": "python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pygtrie-0:2.5.0-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src"
},
"product_reference": "python-pygtrie-0:2.5.0-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwkest-0:1.4.2-9.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src"
},
"product_reference": "python-pyjwkest-0:1.4.2-9.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwt-0:2.5.0-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src"
},
"product_reference": "python-pyjwt-0:2.5.0-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyparsing-0:3.1.1-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src"
},
"product_reference": "python-pyparsing-0:3.1.1-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-0:0.18.1-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src"
},
"product_reference": "python-pyrsistent-0:0.18.1-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64"
},
"product_reference": "python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytz-0:2022.2.1-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src"
},
"product_reference": "python-pytz-0:2022.2.1-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyyaml-0:5.4.1-8.0.1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src"
},
"product_reference": "python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-redis-0:4.3.4-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src"
},
"product_reference": "python-redis-0:4.3.4-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.32.3-2.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src"
},
"product_reference": "python-requests-0:2.32.3-2.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rhsm-0:1.19.2-7.0.1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src"
},
"product_reference": "python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64"
},
"product_reference": "python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-solv-debugsource-0:0.7.28-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64"
},
"product_reference": "python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlparse-0:0.5.0-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src"
},
"product_reference": "python-sqlparse-0:0.5.0-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tablib-0:3.3.0-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src"
},
"product_reference": "python-tablib-0:3.3.0-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-types-cryptography-0:3.3.23.2-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src"
},
"product_reference": "python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-typing-extensions-0:4.7.1-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src"
},
"product_reference": "python-typing-extensions-0:4.7.1-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-uritemplate-0:4.1.1-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src"
},
"product_reference": "python-uritemplate-0:4.1.1-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-url-normalize-0:1.4.3-8.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src"
},
"product_reference": "python-url-normalize-0:1.4.3-8.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:2.2.3-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src"
},
"product_reference": "python-urllib3-0:2.2.3-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urlman-0:2.0.1-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src"
},
"product_reference": "python-urlman-0:2.0.1-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-uuid6-0:2023.5.2-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src"
},
"product_reference": "python-uuid6-0:2023.5.2-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-whitenoise-0:6.0.0-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src"
},
"product_reference": "python-whitenoise-0:6.0.0-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-0:1.14.1-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src"
},
"product_reference": "python-wrapt-0:1.14.1-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64"
},
"product_reference": "python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xlrd-0:2.0.1-9.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src"
},
"product_reference": "python-xlrd-0:2.0.1-9.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xlwt-0:1.3.0-7.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src"
},
"product_reference": "python-xlwt-0:1.3.0-7.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yarl-0:1.8.2-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src"
},
"product_reference": "python-yarl-0:1.8.2-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64"
},
"product_reference": "python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zipp-0:3.4.0-8.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src"
},
"product_reference": "python-zipp-0:3.4.0-8.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch"
},
"product_reference": "python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64"
},
"product_reference": "python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64"
},
"product_reference": "python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-0:0.1.21-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64"
},
"product_reference": "python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64"
},
"product_reference": "python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64"
},
"product_reference": "python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64"
},
"product_reference": "python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pulp-container-client-0:2.21.0-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch"
},
"product_reference": "python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch"
},
"product_reference": "python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch"
},
"product_reference": "python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64"
},
"product_reference": "python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiodns-0:3.0.0-7.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch"
},
"product_reference": "python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiofiles-0:22.1.0-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch"
},
"product_reference": "python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64"
},
"product_reference": "python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64"
},
"product_reference": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch"
},
"product_reference": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiosignal-0:1.3.1-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch"
},
"product_reference": "python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-asgiref-0:3.6.0-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch"
},
"product_reference": "python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-async-timeout-0:4.0.2-6.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch"
},
"product_reference": "python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch"
},
"product_reference": "python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-attrs-0:21.4.0-6.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch"
},
"product_reference": "python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-backoff-0:2.2.1-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch"
},
"product_reference": "python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-brotli-0:1.0.9-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64"
},
"product_reference": "python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64"
},
"product_reference": "python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch"
},
"product_reference": "python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch"
},
"product_reference": "python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-click-0:8.1.3-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch"
},
"product_reference": "python3.11-click-0:8.1.3-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64"
},
"product_reference": "python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64"
},
"product_reference": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cryptography-0:42.0.8-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64"
},
"product_reference": "python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64"
},
"product_reference": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-dateutil-0:2.8.2-7.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch"
},
"product_reference": "python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-defusedxml-0:0.7.1-7.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch"
},
"product_reference": "python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-deprecated-0:1.2.13-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch"
},
"product_reference": "python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-diff-match-patch-0:20200713-7.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch"
},
"product_reference": "python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-0:4.2.15-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch"
},
"product_reference": "python3.11-django-0:4.2.15-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-filter-0:23.2-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch"
},
"product_reference": "python3.11-django-filter-0:23.2-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-guid-0:3.3.0-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch"
},
"product_reference": "python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-import-export-0:3.1.0-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch"
},
"product_reference": "python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch"
},
"product_reference": "python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch"
},
"product_reference": "python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch"
},
"product_reference": "python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch"
},
"product_reference": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch"
},
"product_reference": "python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch"
},
"product_reference": "python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch"
},
"product_reference": "python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-dynaconf-0:3.1.12-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch"
},
"product_reference": "python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ecdsa-0:0.18.0-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch"
},
"product_reference": "python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch"
},
"product_reference": "python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64"
},
"product_reference": "python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64"
},
"product_reference": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-future-0:0.18.3-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch"
},
"product_reference": "python3.11-future-0:0.18.3-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gnupg-0:0.5.0-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch"
},
"product_reference": "python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch"
},
"product_reference": "python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-grpcio-0:1.65.4-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64"
},
"product_reference": "python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64"
},
"product_reference": "python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch"
},
"product_reference": "python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch"
},
"product_reference": "python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-inflection-0:0.5.1-7.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch"
},
"product_reference": "python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch"
},
"product_reference": "python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.4-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch"
},
"product_reference": "python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jq-0:1.6.0-4.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64"
},
"product_reference": "python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64"
},
"product_reference": "python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jsonschema-0:4.10.3-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch"
},
"product_reference": "python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libcomps-0:0.1.21-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64"
},
"product_reference": "python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64"
},
"product_reference": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64"
},
"product_reference": "python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64"
},
"product_reference": "python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markuppy-0:1.14-7.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch"
},
"product_reference": "python3.11-markuppy-0:1.14-7.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64"
},
"product_reference": "python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64"
},
"product_reference": "python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-multidict-0:6.0.4-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64"
},
"product_reference": "python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64"
},
"product_reference": "python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-odfpy-0:1.4.1-10.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch"
},
"product_reference": "python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-openpyxl-0:3.1.0-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch"
},
"product_reference": "python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-packaging-0:21.3-6.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch"
},
"product_reference": "python3.11-packaging-0:21.3-6.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-productmd-0:1.33-7.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch"
},
"product_reference": "python3.11-productmd-0:1.33-7.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-protobuf-0:4.21.6-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch"
},
"product_reference": "python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-psycopg-0:3.2.3-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch"
},
"product_reference": "python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64"
},
"product_reference": "python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64"
},
"product_reference": "python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-container-0:2.20.3-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch"
},
"product_reference": "python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch"
},
"product_reference": "python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch"
},
"product_reference": "python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.49.22-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch"
},
"product_reference": "python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch"
},
"product_reference": "python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycares-0:4.1.2-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64"
},
"product_reference": "python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64"
},
"product_reference": "python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycparser-0:2.21-6.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch"
},
"product_reference": "python3.11-pycparser-0:2.21-6.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64"
},
"product_reference": "python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64"
},
"product_reference": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pygtrie-0:2.5.0-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch"
},
"product_reference": "python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch"
},
"product_reference": "python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwt-0:2.5.0-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch"
},
"product_reference": "python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyparsing-0:3.1.1-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch"
},
"product_reference": "python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64"
},
"product_reference": "python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64"
},
"product_reference": "python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pytz-0:2022.2.1-6.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch"
},
"product_reference": "python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-redis-0:4.3.4-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch"
},
"product_reference": "python3.11-redis-0:4.3.4-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-requests-0:2.32.3-2.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch"
},
"product_reference": "python3.11-requests-0:2.32.3-2.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64"
},
"product_reference": "python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64"
},
"product_reference": "python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-solv-0:0.7.28-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64"
},
"product_reference": "python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64"
},
"product_reference": "python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-sqlparse-0:0.5.0-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch"
},
"product_reference": "python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tablib-0:3.3.0-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch"
},
"product_reference": "python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch"
},
"product_reference": "python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch"
},
"product_reference": "python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-uritemplate-0:4.1.1-6.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch"
},
"product_reference": "python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-url-normalize-0:1.4.3-8.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch"
},
"product_reference": "python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urllib3-0:2.2.3-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch"
},
"product_reference": "python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urlman-0:2.0.1-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch"
},
"product_reference": "python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-uuid6-0:2023.5.2-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch"
},
"product_reference": "python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-whitenoise-0:6.0.0-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch"
},
"product_reference": "python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-wrapt-0:1.14.1-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64"
},
"product_reference": "python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64"
},
"product_reference": "python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-xlrd-0:2.0.1-9.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch"
},
"product_reference": "python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-xlwt-0:1.3.0-7.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch"
},
"product_reference": "python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-yarl-0:1.8.2-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64"
},
"product_reference": "python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64"
},
"product_reference": "python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-zipp-0:3.4.0-8.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch"
},
"product_reference": "python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch"
},
"product_reference": "rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src"
},
"product_reference": "rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch"
},
"product_reference": "rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src"
},
"product_reference": "rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch"
},
"product_reference": "rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src"
},
"product_reference": "rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch"
},
"product_reference": "rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src"
},
"product_reference": "rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-installer-0:4.11.0.2-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch"
},
"product_reference": "rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-installer-0:4.11.0.2-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src"
},
"product_reference": "rhui-installer-0:4.11.0.2-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-tools-0:4.11.0.4-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch"
},
"product_reference": "rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-tools-0:4.11.0.4-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src"
},
"product_reference": "rhui-tools-0:4.11.0.4-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
},
"product_reference": "rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
}
]
},
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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": "2025-02-12T00:11:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4/html/migrating_red_hat_update_infrastructure/assembly_upgrading-red-hat-update-infrastructure_migrating-red-hat-update-infrastructure\n\nFor other information, see the product documentation:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1335"
},
{
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers"
},
{
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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": "2025-02-12T00:11:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4/html/migrating_red_hat_update_infrastructure/assembly_upgrading-red-hat-update-infrastructure_migrating-red-hat-update-infrastructure\n\nFor other information, see the product documentation:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1335"
}
],
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "sqlparse: parsing heavily nested list leads to denial of service"
},
{
"cve": "CVE-2024-7246",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2024-08-06T11:20:24.557753+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2303104"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Google gRPC due to HPACK table poisoning between the proxy and backend so that other clients see failed requests, resulting in a denial of service. This occurs because the error status for a misencoded header is not cleared between header reads, resulting in subsequent (incrementally indexed) added headers in the first request being poisoned until cleared from the HPACK table. By sending a specially crafted request, an attacker could leak other clients HTTP header keys. Attackers are only able to access HTTP header keys but not values.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grpc: client communicating with a HTTP/2 proxy can poison the HPACK table between the proxy and the backend",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is specific to C++ implementations of gRPC release and does not affect Golang or Java implementations of gRPC.\n\nThe gRPC RPM was packaged with Openshift via the Kuryr component. However, Kuryr was never configured to run code using the gRPC library, hence, grpcio dependency has been removed from Kuryr since Openshift-4.12.",
"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-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-7246"
},
{
"category": "external",
"summary": "RHBZ#2303104",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303104"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-7246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7246"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7246",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7246"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc/issues/36245",
"url": "https://github.com/grpc/grpc/issues/36245"
}
],
"release_date": "2024-08-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-12T00:11:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4/html/migrating_red_hat_update_infrastructure/assembly_upgrading-red-hat-update-infrastructure_migrating-red-hat-update-infrastructure\n\nFor other information, see the product documentation:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1335"
},
{
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grpc: client communicating with a HTTP/2 proxy can poison the HPACK table between the proxy and the backend"
},
{
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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": "2025-02-12T00:11:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4/html/migrating_red_hat_update_infrastructure/assembly_upgrading-red-hat-update-infrastructure_migrating-red-hat-update-infrastructure\n\nFor other information, see the product documentation:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1335"
},
{
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"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-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2024-04-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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": "2025-02-12T00:11:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4/html/migrating_red_hat_update_infrastructure/assembly_upgrading-red-hat-update-infrastructure_migrating-red-hat-update-infrastructure\n\nFor other information, see the product documentation:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1335"
}
],
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: XSS on index pages for static file handling"
},
{
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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": "2025-02-12T00:11:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4/html/migrating_red_hat_update_infrastructure/assembly_upgrading-red-hat-update-infrastructure_migrating-red-hat-update-infrastructure\n\nFor other information, see the product documentation:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1335"
}
],
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: DoS when trying to parse malformed POST requests"
},
{
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2279476"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jinja2. The `xmlattr` filter 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 inject other attributes and perform cross-site scripting (XSS).",
"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-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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": "2025-02-12T00:11:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4/html/migrating_red_hat_update_infrastructure/assembly_upgrading-red-hat-update-infrastructure_migrating-red-hat-update-infrastructure\n\nFor other information, see the product documentation:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1335"
},
{
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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": "2025-02-12T00:11:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4/html/migrating_red_hat_update_infrastructure/assembly_upgrading-red-hat-update-infrastructure_migrating-red-hat-update-infrastructure\n\nFor other information, see the product documentation:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1335"
}
],
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "requests: subsequent requests to the same host ignore cert verification"
},
{
"cve": "CVE-2024-39614",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2024-07-05T09:46:30+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2295938"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Python-Django in the get_supported_language_variant() function. The issue triggers when parsed with very long strings, including a specific set of characters, leading to a potential denial of service attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-django: Potential denial-of-service in django.utils.translation.get_supported_language_variant()",
"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-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-39614"
},
{
"category": "external",
"summary": "RHBZ#2295938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295938"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-39614",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39614"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-39614",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39614"
}
],
"release_date": "2024-07-09T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-12T00:11:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4/html/migrating_red_hat_update_infrastructure/assembly_upgrading-red-hat-update-infrastructure_migrating-red-hat-update-infrastructure\n\nFor other information, see the product documentation:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1335"
}
],
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-django: Potential denial-of-service in django.utils.translation.get_supported_language_variant()"
},
{
"cve": "CVE-2024-41989",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-08-02T01:40:06+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2302433"
}
],
"notes": [
{
"category": "description",
"text": "A security issue was found in Django. If \u0027floatformat\u0027 received a string representation of a number in scientific notation with a large exponent, it could lead to significant memory consumption. To avoid this, decimals with more than 200 digits are now returned as is.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-django: Memory exhaustion in django.utils.numberformat.floatformat()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is categorized as moderate severity rather than important because, while it has the potential to cause significant memory consumption under specific conditions, the likelihood of such a scenario occurring in typical applications is relatively low. The issue arises primarily when processing extremely large numbers in scientific notation, which is not a common use case in most Django applications. Additionally, the impact is localized to the floatformat function, and the issue does not expose sensitive data or compromise the integrity of the application.",
"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-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-41989"
},
{
"category": "external",
"summary": "RHBZ#2302433",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302433"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-41989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41989"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-41989",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41989"
}
],
"release_date": "2024-08-06T13:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-12T00:11:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4/html/migrating_red_hat_update_infrastructure/assembly_upgrading-red-hat-update-infrastructure_migrating-red-hat-update-infrastructure\n\nFor other information, see the product documentation:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1335"
},
{
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-django: Memory exhaustion in django.utils.numberformat.floatformat()"
},
{
"cve": "CVE-2024-41990",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"discovery_date": "2024-08-02T01:52:36+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2302434"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Django. Processing very large inputs with a specific sequence of characters with the urlize and urlizetrunc functions can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-django: Potential denial-of-service vulnerability in django.utils.html.urlize()",
"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-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-41990"
},
{
"category": "external",
"summary": "RHBZ#2302434",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302434"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-41990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-41990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41990"
},
{
"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": "2025-02-12T00:11:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4/html/migrating_red_hat_update_infrastructure/assembly_upgrading-red-hat-update-infrastructure_migrating-red-hat-update-infrastructure\n\nFor other information, see the product documentation:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1335"
},
{
"category": "workaround",
"details": "Implementing input validation and limiting the the size of inputs to the urlize and urlizetrunc will mitigate this vulnerability.",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-django: Potential denial-of-service vulnerability in django.utils.html.urlize()"
},
{
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"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-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
},
"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": "2025-02-12T00:11:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4/html/migrating_red_hat_update_infrastructure/assembly_upgrading-red-hat-update-infrastructure_migrating-red-hat-update-infrastructure\n\nFor other information, see the product documentation:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1335"
},
{
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-django: Potential denial-of-service vulnerability in django.utils.html.urlize() and AdminURLFieldWidget"
},
{
"cve": "CVE-2024-42005",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"discovery_date": "2024-08-02T02:08:30+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2302436"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Django. The QuerySet.values() and QuerySet.values_list() methods on models with a JSONField were subject to SQL injection in column aliases via a crafted JSON object key as a passed *arg.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-django: Potential SQL injection in QuerySet.values() and values_list()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered of moderate severity rather than high or critical because it requires specific conditions to be exploitable. The potential for SQL injection exists only when QuerySet.values() or values_list() methods are used on models with a JSONField, and an attacker must have control over the JSON object keys passed as arguments. In typical use cases, these methods are often used with predefined or controlled data, limiting the attack surface. Furthermore, the impact is constrained to the manipulation of column aliases, rather than direct injection into more critical parts of the SQL query, reducing the overall risk compared to more direct forms of SQL injection vulnerabilities.",
"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-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-42005"
},
{
"category": "external",
"summary": "RHBZ#2302436",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302436"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-42005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42005"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42005",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42005"
},
{
"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": "2025-02-12T00:11:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4/html/migrating_red_hat_update_infrastructure/assembly_upgrading-red-hat-update-infrastructure_migrating-red-hat-update-infrastructure\n\nFor other information, see the product documentation:\nhttps://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1335"
},
{
"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-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.21.1-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.1.3-1.0.1.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-0:0.40.1-1.0.2.el8ui.src",
"8Base-RHUI-4:m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:m2crypto-debugsource-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-7.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-5.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.4-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-6.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-5.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-5.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-6.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-7.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-6.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-5.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-6.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python-certifi-0:2022.12.7-5.0.1.el8ui.src",
"8Base-RHUI-4:python-charset-normalizer-0:2.1.1-5.el8ui.src",
"8Base-RHUI-4:python-click-0:8.1.3-5.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:42.0.8-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python-dateutil-0:2.8.2-7.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-7.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-5.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-7.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.15-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-4.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-4.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-4.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-8.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-4.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-6.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-5.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-4.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-5.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-6.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-5.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-5.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-5.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.65.4-1.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:22.0.0-1.0.1.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-5.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-7.el8ui.src",
"8Base-RHUI-4:python-iniparse-0:0.4-40.0.1.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.4-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-4.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-4.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-7.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-5.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-5.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-10.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-5.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-6.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-7.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-5.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-0:3.2.3-1.el8ui.src",
"8Base-RHUI-4:python-psycopg_c-debugsource-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python-pulp-container-0:2.20.3-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.21.0-1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.29.2-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.26.1-1.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.49.22-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.49.19-1.0.2.el8ui.src",
"8Base-RHUI-4:python-pyOpenSSL-0:24.1.0-1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-6.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python-pycparser-0:2.21-6.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-0:3.20.0-1.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-9.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-5.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-4.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-6.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-6.el8ui.src",
"8Base-RHUI-4:python-pyyaml-0:5.4.1-8.0.1.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-5.el8ui.src",
"8Base-RHUI-4:python-requests-0:2.32.3-2.el8ui.src",
"8Base-RHUI-4:python-rhsm-0:1.19.2-7.0.1.el8ui.src",
"8Base-RHUI-4:python-rhsm-debugsource-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python-solv-debugsource-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python-sqlparse-0:0.5.0-1.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-5.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-5.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-5.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-6.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-8.el8ui.src",
"8Base-RHUI-4:python-urllib3-0:2.2.3-1.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-5.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-5.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-9.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-7.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-5.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-8.el8ui.src",
"8Base-RHUI-4:python3-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.21.0-1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.25.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.49.19-1.0.2.el8ui.noarch",
"8Base-RHUI-4:python3-pyyaml-0:5.4.1-8.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-certifi-0:2022.12.7-5.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-charset-normalizer-0:2.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-click-0:8.1.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.1.3-1.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:42.0.8-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-dateutil-0:2.8.2-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.15-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.65.4-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:22.0.0-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-iniparse-0:0.4-40.0.1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.21-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-m2crypto-debuginfo-0:0.40.1-1.0.2.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-10.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg_c-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-psycopg_c-debuginfo-0:3.2.3-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pulp-container-0:2.20.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.29.2-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.26.1-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.49.22-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyOpenSSL-0:24.1.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycparser-0:2.21-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-requests-0:2.32.3-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-rhsm-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-rhsm-debuginfo-0:1.19.2-7.0.1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.28-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.5.0-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-urllib3-0:2.2.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-8.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-authorizer-cert-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-fetcher-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.noarch",
"8Base-RHUI-4:rhui-cds-plugin-mirror-0:2.0.0-1.el8ui.src",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.11.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.11.0.4-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.11.0.4-1.el8ui.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-django: Potential SQL injection in QuerySet.values() and values_list()"
}
]
}
SUSE-SU-2024:4327-1
Vulnerability from csaf_suse - Published: 2024-12-16 13:14 - Updated: 2024-12-16 13:14| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-aiohttp-3.9.3-150400.10.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-aiohttp-3.9.3-150400.10.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-aiohttp",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-aiohttp fixes the following issues:\n\n - CVE-2024-30251: Fixed infinite loop on specially crafted POST request (bsc#1223726).\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-4327,SUSE-SLE-Module-Public-Cloud-15-SP4-2024-4327,SUSE-SLE-Module-Python3-15-SP5-2024-4327,SUSE-SLE-Module-Python3-15-SP6-2024-4327,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-4327,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-4327,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-4327,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-4327,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-4327,openSUSE-SLE-15.5-2024-4327,openSUSE-SLE-15.6-2024-4327",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_4327-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:4327-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244327-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:4327-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/020007.html"
},
{
"category": "self",
"summary": "SUSE Bug 1223726",
"url": "https://bugzilla.suse.com/1223726"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-30251 page",
"url": "https://www.suse.com/security/cve/CVE-2024-30251/"
}
],
"title": "Security update for python-aiohttp",
"tracking": {
"current_release_date": "2024-12-16T13:14:30Z",
"generator": {
"date": "2024-12-16T13:14:30Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:4327-1",
"initial_release_date": "2024-12-16T13:14:30Z",
"revision_history": [
{
"date": "2024-12-16T13:14:30Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"product": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"product_id": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-aiohttp-3.9.3-150400.10.30.1.i586",
"product": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.i586",
"product_id": "python311-aiohttp-3.9.3-150400.10.30.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"product": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"product_id": "python311-aiohttp-3.9.3-150400.10.30.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"product": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"product_id": "python311-aiohttp-3.9.3-150400.10.30.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"product": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"product_id": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.aarch64"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.s390x"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.x86_64"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.aarch64"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.s390x"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.x86_64"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.aarch64"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.s390x"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.x86_64"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-aiohttp-3.9.3-150400.10.30.1.aarch64"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-aiohttp-3.9.3-150400.10.30.1.x86_64"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.aarch64"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.x86_64"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.aarch64"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.s390x"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.x86_64"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.x86_64"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.aarch64"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.s390x"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.x86_64"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.aarch64"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.s390x"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.x86_64"
},
"product_reference": "python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-30251",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-30251"
}
],
"notes": [
{
"category": "general",
"text": "aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. In affected versions an attacker can send a specially crafted POST (multipart/form-data) request. When the aiohttp server processes it, the server will enter an infinite loop and be unable to process any further requests. An attacker can stop the application from serving requests after sending a single request. This issue has been addressed in version 3.9.4. Users are advised to upgrade. Users unable to upgrade may manually apply a patch to their systems. Please see the linked GHSA for instructions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-30251",
"url": "https://www.suse.com/security/cve/CVE-2024-30251"
},
{
"category": "external",
"summary": "SUSE Bug 1223726 for CVE-2024-30251",
"url": "https://bugzilla.suse.com/1223726"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"openSUSE Leap 15.5:python311-aiohttp-3.9.3-150400.10.30.1.x86_64",
"openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.aarch64",
"openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.ppc64le",
"openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.s390x",
"openSUSE Leap 15.6:python311-aiohttp-3.9.3-150400.10.30.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-12-16T13:14:30Z",
"details": "important"
}
],
"title": "CVE-2024-30251"
}
]
}
SUSE-SU-2024:4328-1
Vulnerability from csaf_suse - Published: 2024-12-16 13:15 - Updated: 2024-12-16 13:15| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-aiohttp",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-aiohttp fixes the following issues:\n\n - CVE-2024-30251: Fixed infinite loop on specially crafted POST request (bsc#1223726).\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-4328,SUSE-SLE-Module-Public-Cloud-15-SP2-2024-4328,SUSE-SLE-Module-Public-Cloud-15-SP3-2024-4328,SUSE-SLE-Module-Public-Cloud-15-SP4-2024-4328,SUSE-SLE-Module-Public-Cloud-15-SP5-2024-4328,SUSE-SLE-Module-Public-Cloud-15-SP6-2024-4328,openSUSE-SLE-15.5-2024-4328",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_4328-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:4328-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244328-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:4328-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/020006.html"
},
{
"category": "self",
"summary": "SUSE Bug 1223726",
"url": "https://bugzilla.suse.com/1223726"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-30251 page",
"url": "https://www.suse.com/security/cve/CVE-2024-30251/"
}
],
"title": "Security update for python-aiohttp",
"tracking": {
"current_release_date": "2024-12-16T13:15:59Z",
"generator": {
"date": "2024-12-16T13:15:59Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:4328-1",
"initial_release_date": "2024-12-16T13:15:59Z",
"revision_history": [
{
"date": "2024-12-16T13:15:59Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.aarch64",
"product": {
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.aarch64",
"product_id": "python-aiohttp-doc-3.6.0-150100.3.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"product": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"product_id": "python3-aiohttp-3.6.0-150100.3.21.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.i586",
"product": {
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.i586",
"product_id": "python-aiohttp-doc-3.6.0-150100.3.21.1.i586"
}
},
{
"category": "product_version",
"name": "python3-aiohttp-3.6.0-150100.3.21.1.i586",
"product": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.i586",
"product_id": "python3-aiohttp-3.6.0-150100.3.21.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.ppc64le",
"product": {
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.ppc64le",
"product_id": "python-aiohttp-doc-3.6.0-150100.3.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"product": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"product_id": "python3-aiohttp-3.6.0-150100.3.21.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.s390x",
"product": {
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.s390x",
"product_id": "python-aiohttp-doc-3.6.0-150100.3.21.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"product": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"product_id": "python3-aiohttp-3.6.0-150100.3.21.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.x86_64",
"product": {
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.x86_64",
"product_id": "python-aiohttp-doc-3.6.0-150100.3.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"product": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"product_id": "python3-aiohttp-3.6.0-150100.3.21.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.aarch64"
},
"product_reference": "python-aiohttp-doc-3.6.0-150100.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.ppc64le"
},
"product_reference": "python-aiohttp-doc-3.6.0-150100.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.s390x"
},
"product_reference": "python-aiohttp-doc-3.6.0-150100.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.x86_64"
},
"product_reference": "python-aiohttp-doc-3.6.0-150100.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.aarch64"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.s390x"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.x86_64"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.aarch64"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.s390x"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.x86_64"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.aarch64"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.s390x"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.x86_64"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.aarch64"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.s390x"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.x86_64"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.aarch64"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.s390x"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.x86_64"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.aarch64"
},
"product_reference": "python-aiohttp-doc-3.6.0-150100.3.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.ppc64le"
},
"product_reference": "python-aiohttp-doc-3.6.0-150100.3.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.s390x"
},
"product_reference": "python-aiohttp-doc-3.6.0-150100.3.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-doc-3.6.0-150100.3.21.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.x86_64"
},
"product_reference": "python-aiohttp-doc-3.6.0-150100.3.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.aarch64"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.s390x"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-3.6.0-150100.3.21.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.x86_64"
},
"product_reference": "python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-30251",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-30251"
}
],
"notes": [
{
"category": "general",
"text": "aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. In affected versions an attacker can send a specially crafted POST (multipart/form-data) request. When the aiohttp server processes it, the server will enter an infinite loop and be unable to process any further requests. An attacker can stop the application from serving requests after sending a single request. This issue has been addressed in version 3.9.4. Users are advised to upgrade. Users unable to upgrade may manually apply a patch to their systems. Please see the linked GHSA for instructions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.aarch64",
"openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.ppc64le",
"openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.s390x",
"openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.x86_64",
"openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-30251",
"url": "https://www.suse.com/security/cve/CVE-2024-30251"
},
{
"category": "external",
"summary": "SUSE Bug 1223726 for CVE-2024-30251",
"url": "https://bugzilla.suse.com/1223726"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.aarch64",
"openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.ppc64le",
"openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.s390x",
"openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.x86_64",
"openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python-aiohttp-doc-3.6.0-150100.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:python3-aiohttp-3.6.0-150100.3.21.1.x86_64",
"openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.aarch64",
"openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.ppc64le",
"openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.s390x",
"openSUSE Leap 15.5:python-aiohttp-doc-3.6.0-150100.3.21.1.x86_64",
"openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.aarch64",
"openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.ppc64le",
"openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.s390x",
"openSUSE Leap 15.5:python3-aiohttp-3.6.0-150100.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-12-16T13:15:59Z",
"details": "important"
}
],
"title": "CVE-2024-30251"
}
]
}
WID-SEC-W-2024-1328
Vulnerability from csaf_certbund - Published: 2024-06-10 22:00 - Updated: 2025-10-19 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Ansible Automation Platform <2.4
Red Hat / Ansible Automation Platform
|
<2.4 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Satellite 6.15
Red Hat / Satellite
|
cpe:/a:redhat:satellite:6.15
|
6.15 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Update Infrastructure 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_4
|
Update Infrastructure 4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 |
{
"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"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4958 vom 2024-08-07",
"url": "https://access.redhat.com/errata/RHSA-2024:4958"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202408-11 vom 2024-08-07",
"url": "https://security.gentoo.org/glsa/202408-11"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:5107 vom 2024-08-13",
"url": "https://access.redhat.com/errata/RHSA-2024:5107"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:5662 vom 2024-08-21",
"url": "https://access.redhat.com/errata/RHSA-2024:5662"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:6428 vom 2024-09-05",
"url": "https://access.redhat.com/errata/RHSA-2024:6428"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2024-2654 vom 2024-10-16",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2654.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7174016 vom 2024-10-24",
"url": "https://www.ibm.com/support/pages/node/7174016"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:9150 vom 2024-11-12",
"url": "https://access.redhat.com/errata/RHSA-2024:9150"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:9988 vom 2024-11-21",
"url": "https://access.redhat.com/errata/RHSA-2024:9988"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:9984 vom 2024-11-21",
"url": "https://access.redhat.com/errata/RHSA-2024:9984"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:9986 vom 2024-11-21",
"url": "https://access.redhat.com/errata/RHSA-2024:9986"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5828 vom 2024-12-12",
"url": "https://security-tracker.debian.org/tracker/DSA-5828-1"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4000 vom 2024-12-21",
"url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00022.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:4396-1 vom 2024-12-20",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/2G4X2TXZZR4PJJZP65T5QITC24ZVDLNL/"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:0012 vom 2025-01-08",
"url": "https://errata.build.resf.org/RLSA-2025:0012"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:1335 vom 2025-02-12",
"url": "https://access.redhat.com/errata/RHSA-2025:1335"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2868 vom 2025-05-29",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2868.html"
},
{
"category": "external",
"summary": "Dell Security Update vom 2025-10-02",
"url": "https://www.dell.com/support/kbdoc/000376224"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-D2D3A5FA79 vom 2025-10-18",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-d2d3a5fa79"
}
],
"source_lang": "en-US",
"title": "Red Hat Ansible Automation Platform: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-10-19T22:00:00.000+00:00",
"generator": {
"date": "2025-10-20T08:43:57.291+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.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"
},
{
"date": "2024-08-06T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-08-07T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2024-08-13T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-08-20T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-09-05T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-10-16T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-10-24T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-11-11T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-11-20T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-12-11T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2024-12-22T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Debian und SUSE aufgenommen"
},
{
"date": "2025-01-07T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-02-11T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-29T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-10-01T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2025-10-19T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Fedora aufgenommen"
}
],
"status": "final",
"version": "29"
}
},
"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": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c8.4.0.0",
"product": {
"name": "Dell PowerProtect Data Domain \u003c8.4.0.0",
"product_id": "T045879"
}
},
{
"category": "product_version",
"name": "8.4.0.0",
"product": {
"name": "Dell PowerProtect Data Domain 8.4.0.0",
"product_id": "T045879-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerprotect_data_domain:8.4.0.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.10.1.70",
"product": {
"name": "Dell PowerProtect Data Domain \u003c7.10.1.70",
"product_id": "T045881"
}
},
{
"category": "product_version",
"name": "7.10.1.70",
"product": {
"name": "Dell PowerProtect Data Domain 7.10.1.70",
"product_id": "T045881-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerprotect_data_domain:7.10.1.70"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.13.1.40",
"product": {
"name": "Dell PowerProtect Data Domain \u003c7.13.1.40",
"product_id": "T047343"
}
},
{
"category": "product_version",
"name": "7.13.1.40",
"product": {
"name": "Dell PowerProtect Data Domain 7.13.1.40",
"product_id": "T047343-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerprotect_data_domain:7.13.1.40"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.3.1.10",
"product": {
"name": "Dell PowerProtect Data Domain \u003c8.3.1.10",
"product_id": "T047344"
}
},
{
"category": "product_version",
"name": "8.3.1.10",
"product": {
"name": "Dell PowerProtect Data Domain 8.3.1.10",
"product_id": "T047344-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerprotect_data_domain:8.3.1.10"
}
}
}
],
"category": "product_name",
"name": "PowerProtect Data Domain"
}
],
"category": "vendor",
"name": "Dell"
},
{
"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": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"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"
}
},
{
"category": "product_version",
"name": "2.4",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4",
"product_id": "T035285-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4"
}
}
}
],
"category": "product_name",
"name": "Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "Update Infrastructure 4",
"product": {
"name": "Red Hat Enterprise Linux Update Infrastructure 4",
"product_id": "T041113",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:update_infrastructure_4"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "6.15",
"product": {
"name": "Red Hat Satellite 6.15",
"product_id": "T034360",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.15"
}
}
}
],
"category": "product_name",
"name": "Satellite"
}
],
"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",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2023-45290",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2023-45290"
},
{
"cve": "CVE-2023-49083",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2023-49083"
},
{
"cve": "CVE-2023-50447",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2023-50447"
},
{
"cve": "CVE-2023-5752",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2023-5752"
},
{
"cve": "CVE-2024-1135",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2024-1135"
},
{
"cve": "CVE-2024-21503",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2024-21503"
},
{
"cve": "CVE-2024-24783",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2024-24783"
},
{
"cve": "CVE-2024-26130",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2024-26130"
},
{
"cve": "CVE-2024-27306",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2024-27306"
},
{
"cve": "CVE-2024-27351",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2024-27351"
},
{
"cve": "CVE-2024-28219",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2024-28219"
},
{
"cve": "CVE-2024-28849",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2024-28849"
},
{
"cve": "CVE-2024-30251",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2024-30251"
},
{
"cve": "CVE-2024-32879",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2024-32879"
},
{
"cve": "CVE-2024-34064",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2024-34064"
},
{
"cve": "CVE-2024-35195",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2024-35195"
},
{
"cve": "CVE-2024-3651",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2024-3651"
},
{
"cve": "CVE-2024-3772",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2024-3772"
},
{
"cve": "CVE-2024-4340",
"product_status": {
"known_affected": [
"67646",
"T035285",
"T012167",
"T034360",
"T004914",
"T032255",
"74185",
"2951",
"T002207",
"T045879",
"T047343",
"398363",
"T041113",
"T045881",
"T047344"
]
},
"release_date": "2024-06-10T22:00:00.000+00:00",
"title": "CVE-2024-4340"
}
]
}
WID-SEC-W-2024-3195
Vulnerability from csaf_certbund - Published: 2024-10-15 22:00 - Updated: 2024-10-15 22:00In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer 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öhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist "HIGH" für "Confidentiality", "Integrity" und "Availability" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 12.11.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.11.0
|
12.11.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0.0.0
|
24.1.0.0.0 | |
|
Oracle Communications <10.4.0.4
Oracle / Communications
|
<10.4.0.4 | ||
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 23.4.2
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.2
|
23.4.2 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
Oracle Communications 9.1.1.9.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9.0
|
9.1.1.9.0 | |
|
Oracle Communications 14.0.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0.1
|
14.0.0.1 | |
|
Oracle Communications 17.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:17.0.1
|
17.0.1 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 12.6.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:12.6.1.0.0
|
12.6.1.0.0 | |
|
Oracle Communications 9.1.1.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.3.0
|
9.1.1.3.0 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.2
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.2
|
24.2.2 | |
|
Oracle Communications 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 24.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.1
|
24.1.1 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 9.0.1.10.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1.10.0
|
9.0.1.10.0 | |
|
Oracle Communications 23.4.4
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.4
|
23.4.4 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 23.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.0
|
23.4.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=9.1.1.8.0
Oracle / Communications
|
<=9.1.1.8.0 | ||
|
Oracle Communications <=24.2.0
Oracle / Communications
|
<=24.2.0 | ||
|
Oracle Communications <=23.4.5
Oracle / Communications
|
<=23.4.5 | ||
|
Oracle Communications <=23.4.6
Oracle / Communications
|
<=23.4.6 |
{
"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 oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges",
"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-3195 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3195.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-3195 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3195"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - October 2024 - Appendix Oracle Communications vom 2024-10-15",
"url": "https://www.oracle.com/security-alerts/cpuoct2024.html#AppendixCGBU"
}
],
"source_lang": "en-US",
"title": "Oracle Communications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2024-10-15T22:00:00.000+00:00",
"generator": {
"date": "2024-10-16T10:12:35.400+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.8"
}
},
"id": "WID-SEC-W-2024-3195",
"initial_release_date": "2024-10-15T22:00:00.000+00:00",
"revision_history": [
{
"date": "2024-10-15T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "9.1.1.3.0",
"product": {
"name": "Oracle Communications 9.1.1.3.0",
"product_id": "T027333",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.1.1.3.0"
}
}
},
{
"category": "product_version",
"name": "12.6.1.0.0",
"product": {
"name": "Oracle Communications 12.6.1.0.0",
"product_id": "T027338",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:12.6.1.0.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": "15.0.0.0.0",
"product": {
"name": "Oracle Communications 15.0.0.0.0",
"product_id": "T032090",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:15.0.0.0.0"
}
}
},
{
"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.2",
"product": {
"name": "Oracle Communications 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.4.3",
"product": {
"name": "Oracle Communications 23.4.3",
"product_id": "T036195",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:23.4.3"
}
}
},
{
"category": "product_version",
"name": "23.4.4",
"product": {
"name": "Oracle Communications 23.4.4",
"product_id": "T036196",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:23.4.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=24.2.0",
"product": {
"name": "Oracle Communications \u003c=24.2.0",
"product_id": "T036197"
}
},
{
"category": "product_version_range",
"name": "\u003c=24.2.0",
"product": {
"name": "Oracle Communications \u003c=24.2.0",
"product_id": "T036197-fixed"
}
},
{
"category": "product_version",
"name": "4.1.0",
"product": {
"name": "Oracle Communications 4.1.0",
"product_id": "T036205",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:4.1.0"
}
}
},
{
"category": "product_version",
"name": "4.2.0",
"product": {
"name": "Oracle Communications 4.2.0",
"product_id": "T036206",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:4.2.0"
}
}
},
{
"category": "product_version",
"name": "9.2.0",
"product": {
"name": "Oracle Communications 9.2.0",
"product_id": "T036207",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.2.0"
}
}
},
{
"category": "product_version",
"name": "9.3.0",
"product": {
"name": "Oracle Communications 9.3.0",
"product_id": "T036208",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.3.0"
}
}
},
{
"category": "product_version",
"name": "12.11.0",
"product": {
"name": "Oracle Communications 12.11.0",
"product_id": "T036209",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:12.11.0"
}
}
},
{
"category": "product_version",
"name": "9.0.1.10.0",
"product": {
"name": "Oracle Communications 9.0.1.10.0",
"product_id": "T038373",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.0.1.10.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=23.4.5",
"product": {
"name": "Oracle Communications \u003c=23.4.5",
"product_id": "T038375"
}
},
{
"category": "product_version_range",
"name": "\u003c=23.4.5",
"product": {
"name": "Oracle Communications \u003c=23.4.5",
"product_id": "T038375-fixed"
}
},
{
"category": "product_version",
"name": "24.2.1",
"product": {
"name": "Oracle Communications 24.2.1",
"product_id": "T038376",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:24.2.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=23.4.6",
"product": {
"name": "Oracle Communications \u003c=23.4.6",
"product_id": "T038377"
}
},
{
"category": "product_version_range",
"name": "\u003c=23.4.6",
"product": {
"name": "Oracle Communications \u003c=23.4.6",
"product_id": "T038377-fixed"
}
},
{
"category": "product_version",
"name": "24.1.1",
"product": {
"name": "Oracle Communications 24.1.1",
"product_id": "T038378",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:24.1.1"
}
}
},
{
"category": "product_version",
"name": "24.2.2",
"product": {
"name": "Oracle Communications 24.2.2",
"product_id": "T038379",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:24.2.2"
}
}
},
{
"category": "product_version",
"name": "9.1.5",
"product": {
"name": "Oracle Communications 9.1.5",
"product_id": "T038380",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.1.5"
}
}
},
{
"category": "product_version",
"name": "9.1.0",
"product": {
"name": "Oracle Communications 9.1.0",
"product_id": "T038381",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.1.0"
}
}
},
{
"category": "product_version",
"name": "14",
"product": {
"name": "Oracle Communications 14.0",
"product_id": "T038382",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:14.0"
}
}
},
{
"category": "product_version",
"name": "9.1.1.9.0",
"product": {
"name": "Oracle Communications 9.1.1.9.0",
"product_id": "T038383",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.1.1.9.0"
}
}
},
{
"category": "product_version",
"name": "14.0.0.1",
"product": {
"name": "Oracle Communications 14.0.0.1",
"product_id": "T038384",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:14.0.0.1"
}
}
},
{
"category": "product_version",
"name": "17.0.1",
"product": {
"name": "Oracle Communications 17.0.1",
"product_id": "T038385",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:17.0.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.4.0.4",
"product": {
"name": "Oracle Communications \u003c10.4.0.4",
"product_id": "T038386"
}
},
{
"category": "product_version",
"name": "10.4.0.4",
"product": {
"name": "Oracle Communications 10.4.0.4",
"product_id": "T038386-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:10.4.0.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=9.1.1.8.0",
"product": {
"name": "Oracle Communications \u003c=9.1.1.8.0",
"product_id": "T038426"
}
},
{
"category": "product_version_range",
"name": "\u003c=9.1.1.8.0",
"product": {
"name": "Oracle Communications \u003c=9.1.1.8.0",
"product_id": "T038426-fixed"
}
}
],
"category": "product_name",
"name": "Communications"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-2068",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2022-2068"
},
{
"cve": "CVE-2022-23437",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2022-23437"
},
{
"cve": "CVE-2022-2601",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2022-2601"
},
{
"cve": "CVE-2022-36760",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2022-36760"
},
{
"cve": "CVE-2023-2953",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2023-2953"
},
{
"cve": "CVE-2023-3635",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2023-3635"
},
{
"cve": "CVE-2023-38408",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2023-38408"
},
{
"cve": "CVE-2023-4043",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2023-4043"
},
{
"cve": "CVE-2023-46136",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2023-46136"
},
{
"cve": "CVE-2023-48795",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2023-48795"
},
{
"cve": "CVE-2023-51775",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2023-51775"
},
{
"cve": "CVE-2023-5685",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2023-5685"
},
{
"cve": "CVE-2023-6597",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2023-6597"
},
{
"cve": "CVE-2023-6816",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2023-6816"
},
{
"cve": "CVE-2024-0450",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-0450"
},
{
"cve": "CVE-2024-22020",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-22020"
},
{
"cve": "CVE-2024-22257",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-22257"
},
{
"cve": "CVE-2024-22262",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-22262"
},
{
"cve": "CVE-2024-23672",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-23672"
},
{
"cve": "CVE-2024-2398",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-2398"
},
{
"cve": "CVE-2024-25062",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-25062"
},
{
"cve": "CVE-2024-25638",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-25638"
},
{
"cve": "CVE-2024-26308",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-26308"
},
{
"cve": "CVE-2024-28182",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-28182"
},
{
"cve": "CVE-2024-28849",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-28849"
},
{
"cve": "CVE-2024-29025",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-29025"
},
{
"cve": "CVE-2024-29736",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-29736"
},
{
"cve": "CVE-2024-29857",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-29857"
},
{
"cve": "CVE-2024-30251",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-30251"
},
{
"cve": "CVE-2024-31080",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-31080"
},
{
"cve": "CVE-2024-31744",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-31744"
},
{
"cve": "CVE-2024-32760",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-32760"
},
{
"cve": "CVE-2024-33602",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-33602"
},
{
"cve": "CVE-2024-34750",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-34750"
},
{
"cve": "CVE-2024-37371",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-37371"
},
{
"cve": "CVE-2024-37891",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-37891"
},
{
"cve": "CVE-2024-38816",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-38816"
},
{
"cve": "CVE-2024-40898",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-40898"
},
{
"cve": "CVE-2024-43044",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-43044"
},
{
"cve": "CVE-2024-45492",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-45492"
},
{
"cve": "CVE-2024-4577",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-4577"
},
{
"cve": "CVE-2024-4603",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-4603"
},
{
"cve": "CVE-2024-5971",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-5971"
},
{
"cve": "CVE-2024-6162",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-6162"
},
{
"cve": "CVE-2024-6387",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-6387"
},
{
"cve": "CVE-2024-7254",
"notes": [
{
"category": "description",
"text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter 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 \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T036209",
"T036205",
"T036206",
"T036207",
"T036208",
"T034147",
"T038386",
"T034146",
"T034145",
"T034144",
"T038382",
"T038383",
"T038384",
"T038385",
"T038380",
"T038381",
"T027338",
"T027333",
"T028684",
"T038379",
"T038376",
"T038378",
"T036195",
"T038373",
"T036196",
"T032090",
"T032091"
],
"last_affected": [
"T038426",
"T036197",
"T038375",
"T038377"
]
},
"release_date": "2024-10-15T22:00:00.000+00:00",
"title": "CVE-2024-7254"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.