Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-37276 (GCVE-0-2023-37276)
Vulnerability from cvelistv5 – Published: 2023-07-19 19:39 – Updated: 2024-10-18 17:14- CWE-444 - Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
| URL | Tags |
|---|---|
| https://github.com/aio-libs/aiohttp/security/advi… | x_refsource_CONFIRM |
| https://github.com/aio-libs/aiohttp/commit/9337fb… | x_refsource_MISC |
| https://hackerone.com/reports/2001873 | x_refsource_MISC |
| https://github.com/aio-libs/aiohttp/blob/v3.8.4/.… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T17:09:34.028Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w"
},
{
"name": "https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40"
},
{
"name": "https://hackerone.com/reports/2001873",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://hackerone.com/reports/2001873"
},
{
"name": "https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules"
}
],
"title": "CVE Program Container"
},
{
"affected": [
{
"cpes": [
"cpe:2.3:a:aio-libs_project:aiohttp:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "aiohttp",
"vendor": "aio-libs_project",
"versions": [
{
"lessThan": "3.8.5",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-37276",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-10-18T16:05:51.434153Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-10-18T17:14:03.863Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "aiohttp",
"vendor": "aio-libs",
"versions": [
{
"status": "affected",
"version": "\u003c 3.8.5"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. aiohttp v3.8.4 and earlier are bundled with llhttp v6.0.6. Vulnerable code is used by aiohttp for its HTTP request parser when available which is the default case when installing from a wheel. This vulnerability only affects users of aiohttp as an HTTP server (ie `aiohttp.Application`), you are not affected by this vulnerability if you are using aiohttp as an HTTP client library (ie `aiohttp.ClientSession`). Sending a crafted HTTP request will cause the server to misinterpret one of the HTTP header values leading to HTTP request smuggling. This issue has been addressed in version 3.8.5. Users are advised to upgrade. Users unable to upgrade can reinstall aiohttp using `AIOHTTP_NO_EXTENSIONS=1` as an environment variable to disable the llhttp HTTP request parser implementation. The pure Python implementation isn\u0027t vulnerable."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-444",
"description": "CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-07-19T19:39:19.240Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w"
},
{
"name": "https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40"
},
{
"name": "https://hackerone.com/reports/2001873",
"tags": [
"x_refsource_MISC"
],
"url": "https://hackerone.com/reports/2001873"
},
{
"name": "https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules"
}
],
"source": {
"advisory": "GHSA-45c4-8wx5-qw6w",
"discovery": "UNKNOWN"
},
"title": "aiohttp vulnerable to HTTP request smuggling"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2023-37276",
"datePublished": "2023-07-19T19:39:19.240Z",
"dateReserved": "2023-06-29T19:35:26.440Z",
"dateUpdated": "2024-10-18T17:14:03.863Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-37276",
"date": "2026-05-24",
"epss": "0.06131",
"percentile": "0.90906"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:aiohttp:aiohttp:*:*:*:*:*:*:*:*\", \"versionEndIncluding\": \"3.8.4\", \"matchCriteriaId\": \"2108175E-0BE7-48A0-B191-AFA35C485AF3\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. aiohttp v3.8.4 and earlier are bundled with llhttp v6.0.6. Vulnerable code is used by aiohttp for its HTTP request parser when available which is the default case when installing from a wheel. This vulnerability only affects users of aiohttp as an HTTP server (ie `aiohttp.Application`), you are not affected by this vulnerability if you are using aiohttp as an HTTP client library (ie `aiohttp.ClientSession`). Sending a crafted HTTP request will cause the server to misinterpret one of the HTTP header values leading to HTTP request smuggling. This issue has been addressed in version 3.8.5. Users are advised to upgrade. Users unable to upgrade can reinstall aiohttp using `AIOHTTP_NO_EXTENSIONS=1` as an environment variable to disable the llhttp HTTP request parser implementation. The pure Python implementation isn\u0027t vulnerable.\"}]",
"id": "CVE-2023-37276",
"lastModified": "2024-11-21T08:11:22.570",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\", \"baseScore\": 5.3, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 1.4}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\", \"baseScore\": 7.5, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 3.6}]}",
"published": "2023-07-19T20:15:10.603",
"references": "[{\"url\": \"https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Product\"]}, {\"url\": \"https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Exploit\", \"Mitigation\", \"Vendor Advisory\"]}, {\"url\": \"https://hackerone.com/reports/2001873\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Exploit\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Product\"]}, {\"url\": \"https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Mitigation\", \"Vendor Advisory\"]}, {\"url\": \"https://hackerone.com/reports/2001873\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Third Party Advisory\"]}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-444\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-444\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-37276\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-07-19T20:15:10.603\",\"lastModified\":\"2024-11-21T08:11:22.570\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. aiohttp v3.8.4 and earlier are bundled with llhttp v6.0.6. Vulnerable code is used by aiohttp for its HTTP request parser when available which is the default case when installing from a wheel. This vulnerability only affects users of aiohttp as an HTTP server (ie `aiohttp.Application`), you are not affected by this vulnerability if you are using aiohttp as an HTTP client library (ie `aiohttp.ClientSession`). Sending a crafted HTTP request will cause the server to misinterpret one of the HTTP header values leading to HTTP request smuggling. This issue has been addressed in version 3.8.5. Users are advised to upgrade. Users unable to upgrade can reinstall aiohttp using `AIOHTTP_NO_EXTENSIONS=1` as an environment variable to disable the llhttp HTTP request parser implementation. The pure Python implementation isn\u0027t vulnerable.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-444\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-444\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:aiohttp:aiohttp:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"3.8.4\",\"matchCriteriaId\":\"2108175E-0BE7-48A0-B191-AFA35C485AF3\"}]}]}],\"references\":[{\"url\":\"https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Mitigation\",\"Vendor Advisory\"]},{\"url\":\"https://hackerone.com/reports/2001873\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Mitigation\",\"Vendor Advisory\"]},{\"url\":\"https://hackerone.com/reports/2001873\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w\", \"name\": \"https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40\", \"name\": \"https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://hackerone.com/reports/2001873\", \"name\": \"https://hackerone.com/reports/2001873\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules\", \"name\": \"https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T17:09:34.028Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-37276\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-18T16:05:51.434153Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:aio-libs_project:aiohttp:*:*:*:*:*:*:*:*\"], \"vendor\": \"aio-libs_project\", \"product\": \"aiohttp\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.8.5\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-18T17:13:57.709Z\"}}], \"cna\": {\"title\": \"aiohttp vulnerable to HTTP request smuggling\", \"source\": {\"advisory\": \"GHSA-45c4-8wx5-qw6w\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"aio-libs\", \"product\": \"aiohttp\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 3.8.5\"}]}], \"references\": [{\"url\": \"https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w\", \"name\": \"https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40\", \"name\": \"https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://hackerone.com/reports/2001873\", \"name\": \"https://hackerone.com/reports/2001873\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules\", \"name\": \"https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. aiohttp v3.8.4 and earlier are bundled with llhttp v6.0.6. Vulnerable code is used by aiohttp for its HTTP request parser when available which is the default case when installing from a wheel. This vulnerability only affects users of aiohttp as an HTTP server (ie `aiohttp.Application`), you are not affected by this vulnerability if you are using aiohttp as an HTTP client library (ie `aiohttp.ClientSession`). Sending a crafted HTTP request will cause the server to misinterpret one of the HTTP header values leading to HTTP request smuggling. This issue has been addressed in version 3.8.5. Users are advised to upgrade. Users unable to upgrade can reinstall aiohttp using `AIOHTTP_NO_EXTENSIONS=1` as an environment variable to disable the llhttp HTTP request parser implementation. The pure Python implementation isn\u0027t vulnerable.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-444\", \"description\": \"CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-07-19T19:39:19.240Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-37276\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-10-18T17:14:03.863Z\", \"dateReserved\": \"2023-06-29T19:35:26.440Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2023-07-19T19:39:19.240Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
CERTFR-2024-AVI-0145
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, une exécution de code arbitraire à distance et une élévation de privilèges.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Db2 | IBM Cloud APM, Advanced Private versions 8.1.4 sans le dernier correctif de sécurité Fixpack cumulatif Db2 | ||
| IBM | QRadar Suite Software | QRadar Suite Software versions 1.10.x.x antérieures à 1.10.18.0 | ||
| IBM | N/A | IBM Db2 sur Cloud Pak pour Data et Db2 Warehouse sur Cloud Pak for Data versions antérieures à v4.8.2 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP7 IF05 | ||
| IBM | QRadar | IBM QRadar Use Case Manager App versions antérieures à 3.9.0 | ||
| IBM | WebSphere | IBM WebSphere Application Server versions 8.5.x.x sans le SDK version 8 Service Refresh 8 FP20 | ||
| IBM | WebSphere | IBM WebSphere Application Server Liberty sans le SDK version 8 Service Refresh 8 FP20 | ||
| IBM | Sterling Connect:Direct | IBM Sterling Connect:Direct Web Services versions 6.1.x.x antérieures à 6.1.0.23 | ||
| IBM | Sterling Connect:Direct | IBM Sterling Connect:Direct Web Services versions 6.3.x.x antérieures à 6.3.0.6 | ||
| IBM | Sterling Connect:Direct | IBM Sterling Connect:Direct Web Services versions 6.2.x.x antérieures à 6.2.0.22 | ||
| IBM | Db2 | IBM Cloud APM, Base Private versions 8.1.4 sans le dernier correctif de sécurité Fixpack cumulatif Db2 | ||
| IBM | Cloud Pak | IBM Cloud Pak for Security versions 1.10.x.x antérieures à 1.10.18.0 | ||
| IBM | Spectrum | IBM Spectrum Scale versions 5.1.x.x antérieures à 5.1.2.15 | ||
| IBM | WebSphere | IBM WebSphere Application Server versions 9.x sans le SDK version 8 Service Refresh 8 FP20 | ||
| IBM | QRadar WinCollect Agent | IBM QRadar WinCollect Agent versions 10.0.x antérieures à 10.1.9 | ||
| IBM | Spectrum | IBM Spectrum Scale versions 5.1.3.x antérieures à 5.1.9.2 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Cloud APM, Advanced Private versions 8.1.4 sans le dernier correctif de s\u00e9curit\u00e9 Fixpack cumulatif Db2",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Suite Software versions 1.10.x.x ant\u00e9rieures \u00e0 1.10.18.0",
"product": {
"name": "QRadar Suite Software",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Db2 sur Cloud Pak pour Data et Db2 Warehouse sur Cloud Pak for Data versions ant\u00e9rieures \u00e0 v4.8.2",
"product": {
"name": "N/A",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP7 IF05",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar Use Case Manager App versions ant\u00e9rieures \u00e0 3.9.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM WebSphere Application Server versions 8.5.x.x sans le SDK version 8 Service Refresh 8 FP20",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM WebSphere Application Server Liberty sans le SDK version 8 Service Refresh 8 FP20",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Sterling Connect:Direct Web Services versions 6.1.x.x ant\u00e9rieures \u00e0 6.1.0.23",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Sterling Connect:Direct Web Services versions 6.3.x.x ant\u00e9rieures \u00e0 6.3.0.6",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Sterling Connect:Direct Web Services versions 6.2.x.x ant\u00e9rieures \u00e0 6.2.0.22",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Cloud APM, Base Private versions 8.1.4 sans le dernier correctif de s\u00e9curit\u00e9 Fixpack cumulatif Db2",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Cloud Pak for Security versions 1.10.x.x ant\u00e9rieures \u00e0 1.10.18.0",
"product": {
"name": "Cloud Pak",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Scale versions 5.1.x.x ant\u00e9rieures \u00e0 5.1.2.15",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM WebSphere Application Server versions 9.x sans le SDK version 8 Service Refresh 8 FP20",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar WinCollect Agent versions 10.0.x ant\u00e9rieures \u00e0 10.1.9",
"product": {
"name": "QRadar WinCollect Agent",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Scale versions 5.1.3.x ant\u00e9rieures \u00e0 5.1.9.2",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2015-2327",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2327"
},
{
"name": "CVE-2023-6681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6681"
},
{
"name": "CVE-2023-43642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43642"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2023-49082",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49082"
},
{
"name": "CVE-2015-8383",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8383"
},
{
"name": "CVE-2023-1370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
},
{
"name": "CVE-2023-45857",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45857"
},
{
"name": "CVE-2023-45142",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45142"
},
{
"name": "CVE-2023-34053",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34053"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2021-22925",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22925"
},
{
"name": "CVE-2023-46308",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46308"
},
{
"name": "CVE-2023-46234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46234"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2023-47747",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47747"
},
{
"name": "CVE-2023-47158",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47158"
},
{
"name": "CVE-2022-23529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23529"
},
{
"name": "CVE-2023-34054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34054"
},
{
"name": "CVE-2023-30991",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30991"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2023-46167",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46167"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2023-38740",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38740"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2021-33196",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33196"
},
{
"name": "CVE-2021-31525",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31525"
},
{
"name": "CVE-2023-38719",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38719"
},
{
"name": "CVE-2023-30987",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30987"
},
{
"name": "CVE-2023-45178",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45178"
},
{
"name": "CVE-2023-47701",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47701"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2023-23936",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23936"
},
{
"name": "CVE-2023-50308",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50308"
},
{
"name": "CVE-2021-33198",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33198"
},
{
"name": "CVE-2023-40687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40687"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2015-8381",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8381"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2020-16845",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-16845"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2022-25883",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25883"
},
{
"name": "CVE-2015-8392",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8392"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2020-28367",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28367"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2023-44270",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44270"
},
{
"name": "CVE-2015-8395",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8395"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2023-34462",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34462"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2021-38297",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38297"
},
{
"name": "CVE-2015-8393",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8393"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2022-23541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23541"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-45133",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45133"
},
{
"name": "CVE-2023-47627",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47627"
},
{
"name": "CVE-2023-26049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26049"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2023-26115",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26115"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2023-32559",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32559"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2023-4586",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4586"
},
{
"name": "CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"name": "CVE-2023-40373",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40373"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2023-20569",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20569"
},
{
"name": "CVE-2023-4206",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4206"
},
{
"name": "CVE-2023-38728",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38728"
},
{
"name": "CVE-2021-41771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41771"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2023-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3611"
},
{
"name": "CVE-2021-33197",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33197"
},
{
"name": "CVE-2023-4128",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4128"
},
{
"name": "CVE-2022-29244",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29244"
},
{
"name": "CVE-2021-27918",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27918"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2021-4160",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4160"
},
{
"name": "CVE-2023-32360",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32360"
},
{
"name": "CVE-2023-47746",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47746"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2023-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38552"
},
{
"name": "CVE-2021-22947",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22947"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2020-15586",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15586"
},
{
"name": "CVE-2021-22922",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22922"
},
{
"name": "CVE-2022-23540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23540"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2021-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39293"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2023-42795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42795"
},
{
"name": "CVE-2023-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4207"
},
{
"name": "CVE-2022-3510",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3510"
},
{
"name": "CVE-2022-3509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3509"
},
{
"name": "CVE-2021-22946",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22946"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2023-37276",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37276"
},
{
"name": "CVE-2023-23920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23920"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2023-20593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20593"
},
{
"name": "CVE-2021-3711",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3711"
},
{
"name": "CVE-2023-38720",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38720"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-24999",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24999"
},
{
"name": "CVE-2023-47141",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47141"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-23918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23918"
},
{
"name": "CVE-2015-8388",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8388"
},
{
"name": "CVE-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"name": "CVE-2023-40692",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40692"
},
{
"name": "CVE-2021-41190",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41190"
},
{
"name": "CVE-2023-45193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45193"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2023-38003",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38003"
},
{
"name": "CVE-2023-45648",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45648"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2023-47145",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47145"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-22190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22190"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"name": "CVE-2022-40982",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40982"
},
{
"name": "CVE-2023-39976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39976"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2023-38325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38325"
},
{
"name": "CVE-2023-4208",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4208"
},
{
"name": "CVE-2020-8244",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8244"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2022-23806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23806"
},
{
"name": "CVE-2020-19909",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-19909"
},
{
"name": "CVE-2022-48337",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48337"
},
{
"name": "CVE-2023-3776",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3776"
},
{
"name": "CVE-2021-36221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36221"
},
{
"name": "CVE-2023-44981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44981"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2022-23773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23773"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2022-23539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23539"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2023-33850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33850"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2015-8385",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8385"
},
{
"name": "CVE-2015-8394",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8394"
},
{
"name": "CVE-2020-29510",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29510"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2015-8391",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8391"
},
{
"name": "CVE-2015-8386",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8386"
},
{
"name": "CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"name": "CVE-2023-2597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2597"
},
{
"name": "CVE-2021-41772",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41772"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-48339",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48339"
},
{
"name": "CVE-2015-8387",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8387"
},
{
"name": "CVE-2023-49081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49081"
},
{
"name": "CVE-2021-3114",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3114"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2022-25881",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25881"
},
{
"name": "CVE-2022-43548",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43548"
},
{
"name": "CVE-2023-38727",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38727"
},
{
"name": "CVE-2021-29923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29923"
},
{
"name": "CVE-2022-0778",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0778"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2023-23919",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23919"
},
{
"name": "CVE-2020-24553",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24553"
},
{
"name": "CVE-2023-29258",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29258"
},
{
"name": "CVE-2021-44716",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44716"
},
{
"name": "CVE-2023-34062",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34062"
},
{
"name": "CVE-2020-28362",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28362"
},
{
"name": "CVE-2023-5676",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5676"
},
{
"name": "CVE-2022-36046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36046"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2021-33194",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33194"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2002-0059",
"url": "https://www.cve.org/CVERecord?id=CVE-2002-0059"
},
{
"name": "CVE-2023-43020",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43020"
},
{
"name": "CVE-2021-3712",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3712"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2023-27859",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27859"
},
{
"name": "CVE-2023-32731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32731"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2021-22926",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22926"
},
{
"name": "CVE-2015-2328",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2328"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2023-32006",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32006"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2020-14155",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14155"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2023-36665",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36665"
},
{
"name": "CVE-2023-46158",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46158"
},
{
"name": "CVE-2021-22923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22923"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2023-40374",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40374"
},
{
"name": "CVE-2015-8390",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8390"
},
{
"name": "CVE-2023-46589",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46589"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2023-26048",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26048"
},
{
"name": "CVE-2023-39331",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39331"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2022-3171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
},
{
"name": "CVE-2023-39332",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39332"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2020-14039",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14039"
},
{
"name": "CVE-2023-40372",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40372"
},
{
"name": "CVE-2023-26159",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26159"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2023-47152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47152"
},
{
"name": "CVE-2023-32002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32002"
},
{
"name": "CVE-2020-28366",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28366"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2021-33195",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33195"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0145",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-02-16T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de requ\u00eates ill\u00e9gitimes par rebond (CSRF)"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9\ndes donn\u00e9es, une ex\u00e9cution de code arbitraire \u00e0 distance et une\n\u00e9l\u00e9vation de privil\u00e8ges.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117872 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117872"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7118592 du 16 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7118592"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117873 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117873"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7118289 du 15 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7118289"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7118351 du 15 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7118351"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117821 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117821"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117883 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117883"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117881 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117881"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117884 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117884"
}
]
}
CERTFR-2024-AVI-0535
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits Splunk. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 9.1.2308.x antérieures à 9.1.2308.209 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.0.x antérieures à 9.0.10 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.2.x antérieures à 9.2.2 | ||
| Splunk | Universal Forwarder | Universal Forwarder sur Solaris versions 9.0.x antérieures à 9.0.10 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.1.x antérieures à 9.1.5 | ||
| Splunk | Universal Forwarder | Universal Forwarder sur Solaris versions 9.2.x antérieures à 9.2.2 | ||
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 9.1.2312.x antérieures à 9.1.2312.202 | ||
| Splunk | Universal Forwarder | Universal Forwarder sur Solaris versions 9.1.x antérieures à 9.1.5 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Splunk Cloud Platform versions 9.1.2308.x ant\u00e9rieures \u00e0 9.1.2308.209",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.0.x ant\u00e9rieures \u00e0 9.0.10",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.2.x ant\u00e9rieures \u00e0 9.2.2",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Universal Forwarder sur Solaris versions 9.0.x ant\u00e9rieures \u00e0 9.0.10",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.1.x ant\u00e9rieures \u00e0 9.1.5",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Universal Forwarder sur Solaris versions 9.2.x ant\u00e9rieures \u00e0 9.2.2",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud Platform versions 9.1.2312.x ant\u00e9rieures \u00e0 9.1.2312.202",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Universal Forwarder sur Solaris versions 9.1.x ant\u00e9rieures \u00e0 9.1.5",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2022-40899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40899"
},
{
"name": "CVE-2024-36996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36996"
},
{
"name": "CVE-2021-29425",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29425"
},
{
"name": "CVE-2023-43642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43642"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2024-36985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36985"
},
{
"name": "CVE-2022-36364",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36364"
},
{
"name": "CVE-2024-36989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36989"
},
{
"name": "CVE-2023-34454",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34454"
},
{
"name": "CVE-2023-47627",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47627"
},
{
"name": "CVE-2024-36991",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36991"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2023-34453",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34453"
},
{
"name": "CVE-2024-36983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36983"
},
{
"name": "CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"name": "CVE-2024-36992",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36992"
},
{
"name": "CVE-2024-36995",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36995"
},
{
"name": "CVE-2023-37276",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37276"
},
{
"name": "CVE-2024-36993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36993"
},
{
"name": "CVE-2023-34455",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34455"
},
{
"name": "CVE-2024-36984",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36984"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2023-39410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39410"
},
{
"name": "CVE-2018-10237",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10237"
},
{
"name": "CVE-2023-43804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43804"
},
{
"name": "CVE-2024-36994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36994"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-36987",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36987"
},
{
"name": "CVE-2022-40896",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40896"
},
{
"name": "CVE-2024-36986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36986"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2024-36997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36997"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2022-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40898"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2024-36990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36990"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0535",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-07-02T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Splunk. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Splunk",
"vendor_advisories": [
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0711",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0711"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0718",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0718"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0716",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0716"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0709",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0709"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0707",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0707"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0704",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0704"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0710",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0710"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0717",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0717"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0705",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0705"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0715",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0715"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0712",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0712"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0714",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0714"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0703",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0703"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0708",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0708"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0713",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0713"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0706",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0706"
}
]
}
CERTFR-2024-AVI-0145
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, une exécution de code arbitraire à distance et une élévation de privilèges.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Db2 | IBM Cloud APM, Advanced Private versions 8.1.4 sans le dernier correctif de sécurité Fixpack cumulatif Db2 | ||
| IBM | QRadar Suite Software | QRadar Suite Software versions 1.10.x.x antérieures à 1.10.18.0 | ||
| IBM | N/A | IBM Db2 sur Cloud Pak pour Data et Db2 Warehouse sur Cloud Pak for Data versions antérieures à v4.8.2 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP7 IF05 | ||
| IBM | QRadar | IBM QRadar Use Case Manager App versions antérieures à 3.9.0 | ||
| IBM | WebSphere | IBM WebSphere Application Server versions 8.5.x.x sans le SDK version 8 Service Refresh 8 FP20 | ||
| IBM | WebSphere | IBM WebSphere Application Server Liberty sans le SDK version 8 Service Refresh 8 FP20 | ||
| IBM | Sterling Connect:Direct | IBM Sterling Connect:Direct Web Services versions 6.1.x.x antérieures à 6.1.0.23 | ||
| IBM | Sterling Connect:Direct | IBM Sterling Connect:Direct Web Services versions 6.3.x.x antérieures à 6.3.0.6 | ||
| IBM | Sterling Connect:Direct | IBM Sterling Connect:Direct Web Services versions 6.2.x.x antérieures à 6.2.0.22 | ||
| IBM | Db2 | IBM Cloud APM, Base Private versions 8.1.4 sans le dernier correctif de sécurité Fixpack cumulatif Db2 | ||
| IBM | Cloud Pak | IBM Cloud Pak for Security versions 1.10.x.x antérieures à 1.10.18.0 | ||
| IBM | Spectrum | IBM Spectrum Scale versions 5.1.x.x antérieures à 5.1.2.15 | ||
| IBM | WebSphere | IBM WebSphere Application Server versions 9.x sans le SDK version 8 Service Refresh 8 FP20 | ||
| IBM | QRadar WinCollect Agent | IBM QRadar WinCollect Agent versions 10.0.x antérieures à 10.1.9 | ||
| IBM | Spectrum | IBM Spectrum Scale versions 5.1.3.x antérieures à 5.1.9.2 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Cloud APM, Advanced Private versions 8.1.4 sans le dernier correctif de s\u00e9curit\u00e9 Fixpack cumulatif Db2",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Suite Software versions 1.10.x.x ant\u00e9rieures \u00e0 1.10.18.0",
"product": {
"name": "QRadar Suite Software",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Db2 sur Cloud Pak pour Data et Db2 Warehouse sur Cloud Pak for Data versions ant\u00e9rieures \u00e0 v4.8.2",
"product": {
"name": "N/A",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP7 IF05",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar Use Case Manager App versions ant\u00e9rieures \u00e0 3.9.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM WebSphere Application Server versions 8.5.x.x sans le SDK version 8 Service Refresh 8 FP20",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM WebSphere Application Server Liberty sans le SDK version 8 Service Refresh 8 FP20",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Sterling Connect:Direct Web Services versions 6.1.x.x ant\u00e9rieures \u00e0 6.1.0.23",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Sterling Connect:Direct Web Services versions 6.3.x.x ant\u00e9rieures \u00e0 6.3.0.6",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Sterling Connect:Direct Web Services versions 6.2.x.x ant\u00e9rieures \u00e0 6.2.0.22",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Cloud APM, Base Private versions 8.1.4 sans le dernier correctif de s\u00e9curit\u00e9 Fixpack cumulatif Db2",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Cloud Pak for Security versions 1.10.x.x ant\u00e9rieures \u00e0 1.10.18.0",
"product": {
"name": "Cloud Pak",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Scale versions 5.1.x.x ant\u00e9rieures \u00e0 5.1.2.15",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM WebSphere Application Server versions 9.x sans le SDK version 8 Service Refresh 8 FP20",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar WinCollect Agent versions 10.0.x ant\u00e9rieures \u00e0 10.1.9",
"product": {
"name": "QRadar WinCollect Agent",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Scale versions 5.1.3.x ant\u00e9rieures \u00e0 5.1.9.2",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2015-2327",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2327"
},
{
"name": "CVE-2023-6681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6681"
},
{
"name": "CVE-2023-43642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43642"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2023-49082",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49082"
},
{
"name": "CVE-2015-8383",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8383"
},
{
"name": "CVE-2023-1370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
},
{
"name": "CVE-2023-45857",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45857"
},
{
"name": "CVE-2023-45142",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45142"
},
{
"name": "CVE-2023-34053",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34053"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2021-22925",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22925"
},
{
"name": "CVE-2023-46308",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46308"
},
{
"name": "CVE-2023-46234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46234"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2023-47747",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47747"
},
{
"name": "CVE-2023-47158",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47158"
},
{
"name": "CVE-2022-23529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23529"
},
{
"name": "CVE-2023-34054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34054"
},
{
"name": "CVE-2023-30991",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30991"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2023-46167",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46167"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2023-38740",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38740"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2021-33196",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33196"
},
{
"name": "CVE-2021-31525",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31525"
},
{
"name": "CVE-2023-38719",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38719"
},
{
"name": "CVE-2023-30987",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30987"
},
{
"name": "CVE-2023-45178",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45178"
},
{
"name": "CVE-2023-47701",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47701"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2023-23936",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23936"
},
{
"name": "CVE-2023-50308",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50308"
},
{
"name": "CVE-2021-33198",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33198"
},
{
"name": "CVE-2023-40687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40687"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2015-8381",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8381"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2020-16845",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-16845"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2022-25883",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25883"
},
{
"name": "CVE-2015-8392",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8392"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2020-28367",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28367"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2023-44270",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44270"
},
{
"name": "CVE-2015-8395",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8395"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2023-34462",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34462"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2021-38297",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38297"
},
{
"name": "CVE-2015-8393",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8393"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2022-23541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23541"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-45133",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45133"
},
{
"name": "CVE-2023-47627",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47627"
},
{
"name": "CVE-2023-26049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26049"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2023-26115",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26115"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2023-32559",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32559"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2023-4586",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4586"
},
{
"name": "CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"name": "CVE-2023-40373",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40373"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2023-20569",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20569"
},
{
"name": "CVE-2023-4206",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4206"
},
{
"name": "CVE-2023-38728",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38728"
},
{
"name": "CVE-2021-41771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41771"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2023-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3611"
},
{
"name": "CVE-2021-33197",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33197"
},
{
"name": "CVE-2023-4128",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4128"
},
{
"name": "CVE-2022-29244",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29244"
},
{
"name": "CVE-2021-27918",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27918"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2021-4160",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4160"
},
{
"name": "CVE-2023-32360",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32360"
},
{
"name": "CVE-2023-47746",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47746"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2023-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38552"
},
{
"name": "CVE-2021-22947",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22947"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2020-15586",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15586"
},
{
"name": "CVE-2021-22922",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22922"
},
{
"name": "CVE-2022-23540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23540"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2021-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39293"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2023-42795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42795"
},
{
"name": "CVE-2023-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4207"
},
{
"name": "CVE-2022-3510",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3510"
},
{
"name": "CVE-2022-3509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3509"
},
{
"name": "CVE-2021-22946",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22946"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2023-37276",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37276"
},
{
"name": "CVE-2023-23920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23920"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2023-20593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20593"
},
{
"name": "CVE-2021-3711",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3711"
},
{
"name": "CVE-2023-38720",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38720"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-24999",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24999"
},
{
"name": "CVE-2023-47141",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47141"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-23918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23918"
},
{
"name": "CVE-2015-8388",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8388"
},
{
"name": "CVE-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"name": "CVE-2023-40692",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40692"
},
{
"name": "CVE-2021-41190",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41190"
},
{
"name": "CVE-2023-45193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45193"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2023-38003",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38003"
},
{
"name": "CVE-2023-45648",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45648"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2023-47145",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47145"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-22190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22190"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"name": "CVE-2022-40982",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40982"
},
{
"name": "CVE-2023-39976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39976"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2023-38325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38325"
},
{
"name": "CVE-2023-4208",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4208"
},
{
"name": "CVE-2020-8244",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8244"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2022-23806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23806"
},
{
"name": "CVE-2020-19909",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-19909"
},
{
"name": "CVE-2022-48337",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48337"
},
{
"name": "CVE-2023-3776",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3776"
},
{
"name": "CVE-2021-36221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36221"
},
{
"name": "CVE-2023-44981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44981"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2022-23773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23773"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2022-23539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23539"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2023-33850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33850"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2015-8385",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8385"
},
{
"name": "CVE-2015-8394",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8394"
},
{
"name": "CVE-2020-29510",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29510"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2015-8391",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8391"
},
{
"name": "CVE-2015-8386",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8386"
},
{
"name": "CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"name": "CVE-2023-2597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2597"
},
{
"name": "CVE-2021-41772",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41772"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-48339",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48339"
},
{
"name": "CVE-2015-8387",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8387"
},
{
"name": "CVE-2023-49081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49081"
},
{
"name": "CVE-2021-3114",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3114"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2022-25881",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25881"
},
{
"name": "CVE-2022-43548",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43548"
},
{
"name": "CVE-2023-38727",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38727"
},
{
"name": "CVE-2021-29923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29923"
},
{
"name": "CVE-2022-0778",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0778"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2023-23919",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23919"
},
{
"name": "CVE-2020-24553",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24553"
},
{
"name": "CVE-2023-29258",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29258"
},
{
"name": "CVE-2021-44716",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44716"
},
{
"name": "CVE-2023-34062",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34062"
},
{
"name": "CVE-2020-28362",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28362"
},
{
"name": "CVE-2023-5676",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5676"
},
{
"name": "CVE-2022-36046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36046"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2021-33194",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33194"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2002-0059",
"url": "https://www.cve.org/CVERecord?id=CVE-2002-0059"
},
{
"name": "CVE-2023-43020",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43020"
},
{
"name": "CVE-2021-3712",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3712"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2023-27859",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27859"
},
{
"name": "CVE-2023-32731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32731"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2021-22926",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22926"
},
{
"name": "CVE-2015-2328",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2328"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2023-32006",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32006"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2020-14155",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14155"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2023-36665",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36665"
},
{
"name": "CVE-2023-46158",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46158"
},
{
"name": "CVE-2021-22923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22923"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2023-40374",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40374"
},
{
"name": "CVE-2015-8390",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8390"
},
{
"name": "CVE-2023-46589",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46589"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2023-26048",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26048"
},
{
"name": "CVE-2023-39331",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39331"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2022-3171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
},
{
"name": "CVE-2023-39332",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39332"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2020-14039",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14039"
},
{
"name": "CVE-2023-40372",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40372"
},
{
"name": "CVE-2023-26159",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26159"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2023-47152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47152"
},
{
"name": "CVE-2023-32002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32002"
},
{
"name": "CVE-2020-28366",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28366"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2021-33195",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33195"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0145",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-02-16T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de requ\u00eates ill\u00e9gitimes par rebond (CSRF)"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9\ndes donn\u00e9es, une ex\u00e9cution de code arbitraire \u00e0 distance et une\n\u00e9l\u00e9vation de privil\u00e8ges.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117872 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117872"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7118592 du 16 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7118592"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117873 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117873"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7118289 du 15 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7118289"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7118351 du 15 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7118351"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117821 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117821"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117883 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117883"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117881 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117881"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117884 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117884"
}
]
}
CERTFR-2024-AVI-0535
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits Splunk. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 9.1.2308.x antérieures à 9.1.2308.209 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.0.x antérieures à 9.0.10 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.2.x antérieures à 9.2.2 | ||
| Splunk | Universal Forwarder | Universal Forwarder sur Solaris versions 9.0.x antérieures à 9.0.10 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.1.x antérieures à 9.1.5 | ||
| Splunk | Universal Forwarder | Universal Forwarder sur Solaris versions 9.2.x antérieures à 9.2.2 | ||
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 9.1.2312.x antérieures à 9.1.2312.202 | ||
| Splunk | Universal Forwarder | Universal Forwarder sur Solaris versions 9.1.x antérieures à 9.1.5 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Splunk Cloud Platform versions 9.1.2308.x ant\u00e9rieures \u00e0 9.1.2308.209",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.0.x ant\u00e9rieures \u00e0 9.0.10",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.2.x ant\u00e9rieures \u00e0 9.2.2",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Universal Forwarder sur Solaris versions 9.0.x ant\u00e9rieures \u00e0 9.0.10",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.1.x ant\u00e9rieures \u00e0 9.1.5",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Universal Forwarder sur Solaris versions 9.2.x ant\u00e9rieures \u00e0 9.2.2",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud Platform versions 9.1.2312.x ant\u00e9rieures \u00e0 9.1.2312.202",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Universal Forwarder sur Solaris versions 9.1.x ant\u00e9rieures \u00e0 9.1.5",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2022-40899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40899"
},
{
"name": "CVE-2024-36996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36996"
},
{
"name": "CVE-2021-29425",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29425"
},
{
"name": "CVE-2023-43642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43642"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2024-36985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36985"
},
{
"name": "CVE-2022-36364",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36364"
},
{
"name": "CVE-2024-36989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36989"
},
{
"name": "CVE-2023-34454",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34454"
},
{
"name": "CVE-2023-47627",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47627"
},
{
"name": "CVE-2024-36991",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36991"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2023-34453",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34453"
},
{
"name": "CVE-2024-36983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36983"
},
{
"name": "CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"name": "CVE-2024-36992",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36992"
},
{
"name": "CVE-2024-36995",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36995"
},
{
"name": "CVE-2023-37276",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37276"
},
{
"name": "CVE-2024-36993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36993"
},
{
"name": "CVE-2023-34455",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34455"
},
{
"name": "CVE-2024-36984",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36984"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2023-39410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39410"
},
{
"name": "CVE-2018-10237",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10237"
},
{
"name": "CVE-2023-43804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43804"
},
{
"name": "CVE-2024-36994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36994"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-36987",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36987"
},
{
"name": "CVE-2022-40896",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40896"
},
{
"name": "CVE-2024-36986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36986"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2024-36997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36997"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2022-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40898"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2024-36990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36990"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0535",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-07-02T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Splunk. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Splunk",
"vendor_advisories": [
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0711",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0711"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0718",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0718"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0716",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0716"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0709",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0709"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0707",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0707"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0704",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0704"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0710",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0710"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0717",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0717"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0705",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0705"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0715",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0715"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0712",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0712"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0714",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0714"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0703",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0703"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0708",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0708"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0713",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0713"
},
{
"published_at": "2024-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2024-0706",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0706"
}
]
}
BDU:2023-05462
Vulnerability from fstec - Published: 19.07.2023{
"CVSS 2.0": "AV:N/AC:L/Au:N/C:N/I:C/A:N",
"CVSS 3.0": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "\u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb, Wazuh, Inc, \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "7.3 (\u0420\u0415\u0414 \u041e\u0421), 4.4.5 (Wazuh), \u0434\u043e 3.8.4 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e (aiohttp)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u041a\u043e\u043c\u043f\u0435\u043d\u0441\u0438\u0440\u0443\u044e\u0449\u0438\u0435 \u043c\u0435\u0440\u044b:\n- \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0430\u043d\u0442\u0438\u0432\u0438\u0440\u0443\u0441\u043d\u044b\u0445 \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u0437\u0430\u0449\u0438\u0442\u044b;\n- \u043c\u043e\u043d\u0438\u0442\u043e\u0440\u0438\u043d\u0433 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439;\n- \u0437\u0430\u043f\u0443\u0441\u043a \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u043e\u0442 \u0438\u043c\u0435\u043d\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u043c\u0438 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u043c\u0438 \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u044f\u043c\u0438 \u0432 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u0435;\n- \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u044f \u0438 \u043f\u0440\u0435\u0434\u043e\u0442\u0432\u0440\u0430\u0449\u0435\u043d\u0438\u044f \u0432\u0442\u043e\u0440\u0436\u0435\u043d\u0438\u0439.\n\n\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439:\n\u0414\u043b\u044f aiohttp:\nhttps://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules\nhttps://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40\nhttps://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w\n\n\u0414\u043b\u044f \u0420\u0435\u0434\u041e\u0421: \nhttp://repo.red-soft.ru/redos/7.3c/x86_64/updates/",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "19.07.2023",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "20.03.2024",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "12.09.2023",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2023-05462",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2023-37276",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u044b",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "\u0420\u0415\u0414 \u041e\u0421 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), Wazuh, aiohttp",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "\u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb \u0420\u0415\u0414 \u041e\u0421 7.3 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c HTTP-\u043a\u043b\u0438\u0435\u043d\u0442\u0430 aiohttp, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u0430\u044f \u0441 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043a\u0430\u043c\u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 HTTP-\u0437\u0430\u043f\u0440\u043e\u0441\u043e\u0432, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u043a\u0440\u044b\u0442\u044b\u0439 HTTP-\u0437\u0430\u043f\u0440\u043e\u0441 (\u0430\u0442\u0430\u043a\u0430 \u0442\u0438\u043f\u0430 HTTP Request Smuggling)",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u043c \u0434\u043e\u0441\u0442\u0443\u043f\u0435",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u041d\u0435\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0430\u0446\u0438\u044f HTTP-\u0437\u0430\u043f\u0440\u043e\u0441\u043e\u0432 (\u0027\u041a\u043e\u043d\u0442\u0440\u0430\u0431\u0430\u043d\u0434\u0430 HTTP-\u0437\u0430\u043f\u0440\u043e\u0441\u043e\u0432\u0027) (CWE-444)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c HTTP-\u043a\u043b\u0438\u0435\u043d\u0442\u0430 aiohttp \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043a\u0430\u043c\u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 HTTP-\u0437\u0430\u043f\u0440\u043e\u0441\u043e\u0432. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e, \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u043a\u0440\u044b\u0442\u044b\u0439 HTTP-\u0437\u0430\u043f\u0440\u043e\u0441 (\u0430\u0442\u0430\u043a\u0430 \u0442\u0438\u043f\u0430 HTTP Request Smuggling)",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0433\u0438\u0432\u0430\u0435\u0442 \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 aiohttp \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 HTTP-\u0441\u0435\u0440\u0432\u0435\u0440\u0430 (\u0442. \u0435. aiohttp.Application).",
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u041f\u043e\u0434\u043c\u0435\u043d\u0430 \u043f\u0440\u0438 \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0438",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules\nhttps://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40\nhttps://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w\nhttps://hackerone.com/reports/2001873\nhttps://www.cybersecurity-help.cz/vdb/SB2023072024\nhttps://vuldb.com/ru/?id.235024\nhttps://redos.red-soft.ru/support/secure/uyazvimosti/mnozhestvennye-uyazvimosti-python3-aiohttp-cve-2023-49081-cve-2023-49082-cve-2023-47627-cve-2023-372/?sphrase_id=349646",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u041f\u0440\u0438\u043a\u043b\u0430\u0434\u043d\u043e\u0435 \u041f\u041e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-444",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 7,8)\n\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 7,5)"
}
FKIE_CVE-2023-37276
Vulnerability from fkie_nvd - Published: 2023-07-19 20:15 - Updated: 2024-11-21 08:117.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules | Product | |
| security-advisories@github.com | https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40 | Patch | |
| security-advisories@github.com | https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w | Exploit, Mitigation, Vendor Advisory | |
| security-advisories@github.com | https://hackerone.com/reports/2001873 | Exploit, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules | Product | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40 | Patch | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w | Exploit, Mitigation, Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://hackerone.com/reports/2001873 | Exploit, Third Party Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:aiohttp:aiohttp:*:*:*:*:*:*:*:*",
"matchCriteriaId": "2108175E-0BE7-48A0-B191-AFA35C485AF3",
"versionEndIncluding": "3.8.4",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. aiohttp v3.8.4 and earlier are bundled with llhttp v6.0.6. Vulnerable code is used by aiohttp for its HTTP request parser when available which is the default case when installing from a wheel. This vulnerability only affects users of aiohttp as an HTTP server (ie `aiohttp.Application`), you are not affected by this vulnerability if you are using aiohttp as an HTTP client library (ie `aiohttp.ClientSession`). Sending a crafted HTTP request will cause the server to misinterpret one of the HTTP header values leading to HTTP request smuggling. This issue has been addressed in version 3.8.5. Users are advised to upgrade. Users unable to upgrade can reinstall aiohttp using `AIOHTTP_NO_EXTENSIONS=1` as an environment variable to disable the llhttp HTTP request parser implementation. The pure Python implementation isn\u0027t vulnerable."
}
],
"id": "CVE-2023-37276",
"lastModified": "2024-11-21T08:11:22.570",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 1.4,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2023-07-19T20:15:10.603",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Product"
],
"url": "https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Mitigation",
"Vendor Advisory"
],
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://hackerone.com/reports/2001873"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Product"
],
"url": "https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch"
],
"url": "https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Mitigation",
"Vendor Advisory"
],
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://hackerone.com/reports/2001873"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-444"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-444"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-45C4-8WX5-QW6W
Vulnerability from github – Published: 2023-07-20 14:52 – Updated: 2024-09-03 21:33Impact
aiohttp v3.8.4 and earlier are bundled with llhttp v6.0.6 which is vulnerable to CVE-2023-30589. The vulnerable code is used by aiohttp for its HTTP request parser when available which is the default case when installing from a wheel.
This vulnerability only affects users of aiohttp as an HTTP server (ie aiohttp.Application), you are not affected by this vulnerability if you are using aiohttp as an HTTP client library (ie aiohttp.ClientSession).
Reproducer
from aiohttp import web
async def example(request: web.Request):
headers = dict(request.headers)
body = await request.content.read()
return web.Response(text=f"headers: {headers} body: {body}")
app = web.Application()
app.add_routes([web.post('/', example)])
web.run_app(app)
Sending a crafted HTTP request will cause the server to misinterpret one of the HTTP header values leading to HTTP request smuggling.
$ printf "POST / HTTP/1.1\r\nHost: localhost:8080\r\nX-Abc: \rxTransfer-Encoding: chunked\r\n\r\n1\r\nA\r\n0\r\n\r\n" \
| nc localhost 8080
Expected output:
headers: {'Host': 'localhost:8080', 'X-Abc': '\rxTransfer-Encoding: chunked'} body: b''
Actual output (note that 'Transfer-Encoding: chunked' is an HTTP header now and body is treated differently)
headers: {'Host': 'localhost:8080', 'X-Abc': '', 'Transfer-Encoding': 'chunked'} body: b'A'
Patches
Upgrade to the latest version of aiohttp to resolve this vulnerability. It has been fixed in v3.8.5: pip install aiohttp >= 3.8.5
Workarounds
If you aren't able to upgrade you can reinstall aiohttp using AIOHTTP_NO_EXTENSIONS=1 as an environment variable to disable the llhttp HTTP request parser implementation. The pure Python implementation isn't vulnerable to request smuggling:
$ python -m pip uninstall --yes aiohttp
$ AIOHTTP_NO_EXTENSIONS=1 python -m pip install --no-binary=aiohttp --no-cache aiohttp
References
- https://nvd.nist.gov/vuln/detail/CVE-2023-30589
- https://hackerone.com/reports/2001873
{
"affected": [
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 3.8.4"
},
"package": {
"ecosystem": "PyPI",
"name": "aiohttp"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.8.5"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2023-37276"
],
"database_specific": {
"cwe_ids": [
"CWE-444"
],
"github_reviewed": true,
"github_reviewed_at": "2023-07-20T14:52:00Z",
"nvd_published_at": "2023-07-19T20:15:10Z",
"severity": "MODERATE"
},
"details": "### Impact\n\naiohttp v3.8.4 and earlier are [bundled with llhttp v6.0.6](https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules) which is vulnerable to CVE-2023-30589. The vulnerable code is used by aiohttp for its HTTP request parser when available which is the default case when installing from a wheel.\n\nThis vulnerability only affects users of aiohttp as an HTTP server (ie `aiohttp.Application`), you are not affected by this vulnerability if you are using aiohttp as an HTTP client library (ie `aiohttp.ClientSession`).\n\n### Reproducer\n\n```python\nfrom aiohttp import web\n\nasync def example(request: web.Request):\n headers = dict(request.headers)\n body = await request.content.read()\n return web.Response(text=f\"headers: {headers} body: {body}\")\n\napp = web.Application()\napp.add_routes([web.post(\u0027/\u0027, example)])\nweb.run_app(app)\n```\n\nSending a crafted HTTP request will cause the server to misinterpret one of the HTTP header values leading to HTTP request smuggling.\n\n```console\n$ printf \"POST / HTTP/1.1\\r\\nHost: localhost:8080\\r\\nX-Abc: \\rxTransfer-Encoding: chunked\\r\\n\\r\\n1\\r\\nA\\r\\n0\\r\\n\\r\\n\" \\\n | nc localhost 8080\n\nExpected output:\n headers: {\u0027Host\u0027: \u0027localhost:8080\u0027, \u0027X-Abc\u0027: \u0027\\rxTransfer-Encoding: chunked\u0027} body: b\u0027\u0027\n\nActual output (note that \u0027Transfer-Encoding: chunked\u0027 is an HTTP header now and body is treated differently)\n headers: {\u0027Host\u0027: \u0027localhost:8080\u0027, \u0027X-Abc\u0027: \u0027\u0027, \u0027Transfer-Encoding\u0027: \u0027chunked\u0027} body: b\u0027A\u0027\n```\n\n### Patches\n\nUpgrade to the latest version of aiohttp to resolve this vulnerability. It has been fixed in v3.8.5: [`pip install aiohttp \u003e= 3.8.5`](https://pypi.org/project/aiohttp/3.8.5/)\n\n### Workarounds\n\nIf you aren\u0027t able to upgrade you can reinstall aiohttp using `AIOHTTP_NO_EXTENSIONS=1` as an environment variable to disable the llhttp HTTP request parser implementation. The pure Python implementation isn\u0027t vulnerable to request smuggling:\n\n```console\n$ python -m pip uninstall --yes aiohttp\n$ AIOHTTP_NO_EXTENSIONS=1 python -m pip install --no-binary=aiohttp --no-cache aiohttp\n```\n\n### References\n\n* https://nvd.nist.gov/vuln/detail/CVE-2023-30589\n* https://hackerone.com/reports/2001873\n",
"id": "GHSA-45c4-8wx5-qw6w",
"modified": "2024-09-03T21:33:36Z",
"published": "2023-07-20T14:52:00Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37276"
},
{
"type": "WEB",
"url": "https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40"
},
{
"type": "WEB",
"url": "https://github.com/aio-libs/aiohttp/commit/9c13a52c21c23dfdb49ed89418d28a5b116d0681"
},
{
"type": "WEB",
"url": "https://hackerone.com/reports/2001873"
},
{
"type": "PACKAGE",
"url": "https://github.com/aio-libs/aiohttp"
},
{
"type": "WEB",
"url": "https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/aiohttp/PYSEC-2023-120.yaml"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "aiohttp.web.Application vulnerable to HTTP request smuggling via llhttp HTTP request parser"
}
GSD-2023-37276
Vulnerability from gsd - Updated: 2023-12-13 01:20{
"GSD": {
"alias": "CVE-2023-37276",
"id": "GSD-2023-37276"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-37276"
],
"details": "aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. aiohttp v3.8.4 and earlier are bundled with llhttp v6.0.6. Vulnerable code is used by aiohttp for its HTTP request parser when available which is the default case when installing from a wheel. This vulnerability only affects users of aiohttp as an HTTP server (ie `aiohttp.Application`), you are not affected by this vulnerability if you are using aiohttp as an HTTP client library (ie `aiohttp.ClientSession`). Sending a crafted HTTP request will cause the server to misinterpret one of the HTTP header values leading to HTTP request smuggling. This issue has been addressed in version 3.8.5. Users are advised to upgrade. Users unable to upgrade can reinstall aiohttp using `AIOHTTP_NO_EXTENSIONS=1` as an environment variable to disable the llhttp HTTP request parser implementation. The pure Python implementation isn\u0027t vulnerable.",
"id": "GSD-2023-37276",
"modified": "2023-12-13T01:20:24.733411Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2023-37276",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "aiohttp",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "\u003c 3.8.5"
}
]
}
}
]
},
"vendor_name": "aio-libs"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. aiohttp v3.8.4 and earlier are bundled with llhttp v6.0.6. Vulnerable code is used by aiohttp for its HTTP request parser when available which is the default case when installing from a wheel. This vulnerability only affects users of aiohttp as an HTTP server (ie `aiohttp.Application`), you are not affected by this vulnerability if you are using aiohttp as an HTTP client library (ie `aiohttp.ClientSession`). Sending a crafted HTTP request will cause the server to misinterpret one of the HTTP header values leading to HTTP request smuggling. This issue has been addressed in version 3.8.5. Users are advised to upgrade. Users unable to upgrade can reinstall aiohttp using `AIOHTTP_NO_EXTENSIONS=1` as an environment variable to disable the llhttp HTTP request parser implementation. The pure Python implementation isn\u0027t vulnerable."
}
]
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"cweId": "CWE-444",
"lang": "eng",
"value": "CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w",
"refsource": "MISC",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w"
},
{
"name": "https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40",
"refsource": "MISC",
"url": "https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40"
},
{
"name": "https://hackerone.com/reports/2001873",
"refsource": "MISC",
"url": "https://hackerone.com/reports/2001873"
},
{
"name": "https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules",
"refsource": "MISC",
"url": "https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules"
}
]
},
"source": {
"advisory": "GHSA-45c4-8wx5-qw6w",
"discovery": "UNKNOWN"
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003c=3.8.4",
"affected_versions": "All versions up to 3.8.4",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-444",
"CWE-937"
],
"date": "2023-07-28",
"description": "aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. aiohttp v3.8.4 and earlier are bundled with llhttp v6.0.6. Vulnerable code is used by aiohttp for its HTTP request parser when available which is the default case when installing from a wheel. This vulnerability only affects users of aiohttp as an HTTP server (ie `aiohttp.Application`), you are not affected by this vulnerability if you are using aiohttp as an HTTP client library (ie `aiohttp.ClientSession`). Sending a crafted HTTP request will cause the server to misinterpret one of the HTTP header values leading to HTTP request smuggling. This issue has been addressed in version 3.8.5. Users are advised to upgrade. Users unable to upgrade can reinstall aiohttp using `AIOHTTP_NO_EXTENSIONS=1` as an environment variable to disable the llhttp HTTP request parser implementation. The pure Python implementation isn\u0027t vulnerable.",
"fixed_versions": [
"3.8.5"
],
"identifier": "CVE-2023-37276",
"identifiers": [
"CVE-2023-37276",
"GHSA-45c4-8wx5-qw6w"
],
"not_impacted": "All versions after 3.8.4",
"package_slug": "pypi/aiohttp",
"pubdate": "2023-07-19",
"solution": "Upgrade to version 3.8.5 or above.",
"title": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2023-37276",
"https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w",
"https://hackerone.com/reports/2001873",
"https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40",
"https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules"
],
"uuid": "4e959ae1-fd80-46b9-a42c-db359a88f4cb"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:aiohttp:aiohttp:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "3.8.4",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2023-37276"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. aiohttp v3.8.4 and earlier are bundled with llhttp v6.0.6. Vulnerable code is used by aiohttp for its HTTP request parser when available which is the default case when installing from a wheel. This vulnerability only affects users of aiohttp as an HTTP server (ie `aiohttp.Application`), you are not affected by this vulnerability if you are using aiohttp as an HTTP client library (ie `aiohttp.ClientSession`). Sending a crafted HTTP request will cause the server to misinterpret one of the HTTP header values leading to HTTP request smuggling. This issue has been addressed in version 3.8.5. Users are advised to upgrade. Users unable to upgrade can reinstall aiohttp using `AIOHTTP_NO_EXTENSIONS=1` as an environment variable to disable the llhttp HTTP request parser implementation. The pure Python implementation isn\u0027t vulnerable."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-444"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w",
"refsource": "MISC",
"tags": [
"Exploit",
"Mitigation",
"Vendor Advisory"
],
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w"
},
{
"name": "https://hackerone.com/reports/2001873",
"refsource": "MISC",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://hackerone.com/reports/2001873"
},
{
"name": "https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40",
"refsource": "MISC",
"tags": [
"Patch"
],
"url": "https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40"
},
{
"name": "https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules",
"refsource": "MISC",
"tags": [
"Product"
],
"url": "https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
},
"lastModifiedDate": "2023-11-22T17:09Z",
"publishedDate": "2023-07-19T20:15Z"
}
}
}
PYSEC-2023-120
Vulnerability from pysec - Published: 2023-07-20 14:52 - Updated: 2023-07-24 14:58Impact
aiohttp v3.8.4 and earlier are bundled with llhttp v6.0.6 which is vulnerable to CVE-2023-30589. The vulnerable code is used by aiohttp for its HTTP request parser when available which is the default case when installing from a wheel.
This vulnerability only affects users of aiohttp as an HTTP server (ie aiohttp.Application), you are not affected by this vulnerability if you are using aiohttp as an HTTP client library (ie aiohttp.ClientSession).
Reproducer
from aiohttp import web
async def example(request: web.Request):
headers = dict(request.headers)
body = await request.content.read()
return web.Response(text=f"headers: {headers} body: {body}")
app = web.Application()
app.add_routes([web.post('/', example)])
web.run_app(app)
Sending a crafted HTTP request will cause the server to misinterpret one of the HTTP header values leading to HTTP request smuggling.
$ printf "POST / HTTP/1.1\r\nHost: localhost:8080\r\nX-Abc: \rxTransfer-Encoding: chunked\r\n\r\n1\r\nA\r\n0\r\n\r\n" \
| nc localhost 8080
Expected output:
headers: {'Host': 'localhost:8080', 'X-Abc': '\rxTransfer-Encoding: chunked'} body: b''
Actual output (note that 'Transfer-Encoding: chunked' is an HTTP header now and body is treated differently)
headers: {'Host': 'localhost:8080', 'X-Abc': '', 'Transfer-Encoding': 'chunked'} body: b'A'
Patches
Upgrade to the latest version of aiohttp to resolve this vulnerability. It has been fixed in v3.8.5: pip install aiohttp >= 3.8.5
Workarounds
If you aren't able to upgrade you can reinstall aiohttp using AIOHTTP_NO_EXTENSIONS=1 as an environment variable to disable the llhttp HTTP request parser implementation. The pure Python implementation isn't vulnerable to request smuggling:
$ python -m pip uninstall --yes aiohttp
$ AIOHTTP_NO_EXTENSIONS=1 python -m pip install --no-binary=aiohttp --no-cache aiohttp
References
- https://nvd.nist.gov/vuln/detail/CVE-2023-30589
- https://hackerone.com/reports/2001873
| Name | purl | aiohttp | pkg:pypi/aiohttp |
|---|
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "aiohttp",
"purl": "pkg:pypi/aiohttp"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.8.5"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.1",
"0.10.0",
"0.10.1",
"0.10.2",
"0.11.0",
"0.12.0",
"0.13.0",
"0.13.1",
"0.14.0",
"0.14.1",
"0.14.2",
"0.14.3",
"0.14.4",
"0.15.0",
"0.15.1",
"0.15.2",
"0.15.3",
"0.16.0",
"0.16.1",
"0.16.2",
"0.16.3",
"0.16.4",
"0.16.5",
"0.16.6",
"0.17.0",
"0.17.1",
"0.17.2",
"0.17.3",
"0.17.4",
"0.18.0",
"0.18.1",
"0.18.2",
"0.18.3",
"0.18.4",
"0.19.0",
"0.2",
"0.20.0",
"0.20.1",
"0.20.2",
"0.21.0",
"0.21.1",
"0.21.2",
"0.21.4",
"0.21.5",
"0.21.6",
"0.22.0",
"0.22.0a0",
"0.22.0b0",
"0.22.0b1",
"0.22.0b2",
"0.22.0b3",
"0.22.0b4",
"0.22.0b5",
"0.22.0b6",
"0.22.1",
"0.22.2",
"0.22.3",
"0.22.4",
"0.22.5",
"0.3",
"0.4",
"0.4.1",
"0.4.2",
"0.4.3",
"0.4.4",
"0.5.0",
"0.6.0",
"0.6.1",
"0.6.2",
"0.6.3",
"0.6.4",
"0.6.5",
"0.7.0",
"0.7.1",
"0.7.2",
"0.7.3",
"0.8.0",
"0.8.1",
"0.8.2",
"0.8.3",
"0.8.4",
"0.9.0",
"0.9.1",
"0.9.2",
"0.9.3",
"1.0.0",
"1.0.1",
"1.0.2",
"1.0.3",
"1.0.5",
"1.1.0",
"1.1.1",
"1.1.2",
"1.1.3",
"1.1.4",
"1.1.5",
"1.1.6",
"1.2.0",
"1.3.0",
"1.3.1",
"1.3.2",
"1.3.3",
"1.3.4",
"1.3.5",
"2.0.0",
"2.0.0rc1",
"2.0.1",
"2.0.2",
"2.0.3",
"2.0.4",
"2.0.5",
"2.0.6",
"2.0.7",
"2.1.0",
"2.2.0",
"2.2.1",
"2.2.2",
"2.2.3",
"2.2.4",
"2.2.5",
"2.3.0",
"2.3.0a1",
"2.3.0a2",
"2.3.0a3",
"2.3.0a4",
"2.3.1",
"2.3.10",
"2.3.1a1",
"2.3.2",
"2.3.2b2",
"2.3.2b3",
"2.3.3",
"2.3.4",
"2.3.5",
"2.3.6",
"2.3.7",
"2.3.8",
"2.3.9",
"3.0.0",
"3.0.0b0",
"3.0.0b1",
"3.0.0b2",
"3.0.0b3",
"3.0.0b4",
"3.0.1",
"3.0.2",
"3.0.3",
"3.0.4",
"3.0.5",
"3.0.6",
"3.0.7",
"3.0.8",
"3.0.9",
"3.1.0",
"3.1.1",
"3.1.2",
"3.1.3",
"3.2.0",
"3.2.1",
"3.3.0",
"3.3.0a0",
"3.3.1",
"3.3.2",
"3.3.2a0",
"3.4.0",
"3.4.0a0",
"3.4.0a3",
"3.4.0b1",
"3.4.0b2",
"3.4.1",
"3.4.2",
"3.4.3",
"3.4.4",
"3.5.0",
"3.5.0a1",
"3.5.0b1",
"3.5.0b2",
"3.5.0b3",
"3.5.1",
"3.5.2",
"3.5.3",
"3.5.4",
"3.6.0",
"3.6.0a0",
"3.6.0a1",
"3.6.0a11",
"3.6.0a12",
"3.6.0a2",
"3.6.0a3",
"3.6.0a4",
"3.6.0a5",
"3.6.0a6",
"3.6.0a7",
"3.6.0a8",
"3.6.0a9",
"3.6.0b0",
"3.6.1",
"3.6.1b3",
"3.6.1b4",
"3.6.2",
"3.6.2a0",
"3.6.2a1",
"3.6.2a2",
"3.6.3",
"3.7.0",
"3.7.0b0",
"3.7.0b1",
"3.7.1",
"3.7.2",
"3.7.3",
"3.7.4",
"3.7.4.post0",
"3.8.0",
"3.8.0a7",
"3.8.0b0",
"3.8.1",
"3.8.2",
"3.8.3",
"3.8.4"
]
}
],
"aliases": [
"GHSA-45c4-8wx5-qw6w",
"CVE-2023-37276"
],
"details": "### Impact\n\naiohttp v3.8.4 and earlier are [bundled with llhttp v6.0.6](https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules) which is vulnerable to CVE-2023-30589. The vulnerable code is used by aiohttp for its HTTP request parser when available which is the default case when installing from a wheel.\n\nThis vulnerability only affects users of aiohttp as an HTTP server (ie `aiohttp.Application`), you are not affected by this vulnerability if you are using aiohttp as an HTTP client library (ie `aiohttp.ClientSession`).\n\n### Reproducer\n\n```python\nfrom aiohttp import web\n\nasync def example(request: web.Request):\n headers = dict(request.headers)\n body = await request.content.read()\n return web.Response(text=f\"headers: {headers} body: {body}\")\n\napp = web.Application()\napp.add_routes([web.post(\u0027/\u0027, example)])\nweb.run_app(app)\n```\n\nSending a crafted HTTP request will cause the server to misinterpret one of the HTTP header values leading to HTTP request smuggling.\n\n```console\n$ printf \"POST / HTTP/1.1\\r\\nHost: localhost:8080\\r\\nX-Abc: \\rxTransfer-Encoding: chunked\\r\\n\\r\\n1\\r\\nA\\r\\n0\\r\\n\\r\\n\" \\\n | nc localhost 8080\n\nExpected output:\n headers: {\u0027Host\u0027: \u0027localhost:8080\u0027, \u0027X-Abc\u0027: \u0027\\rxTransfer-Encoding: chunked\u0027} body: b\u0027\u0027\n\nActual output (note that \u0027Transfer-Encoding: chunked\u0027 is an HTTP header now and body is treated differently)\n headers: {\u0027Host\u0027: \u0027localhost:8080\u0027, \u0027X-Abc\u0027: \u0027\u0027, \u0027Transfer-Encoding\u0027: \u0027chunked\u0027} body: b\u0027A\u0027\n```\n\n### Patches\n\nUpgrade to the latest version of aiohttp to resolve this vulnerability. It has been fixed in v3.8.5: [`pip install aiohttp \u003e= 3.8.5`](https://pypi.org/project/aiohttp/3.8.5/)\n\n### Workarounds\n\nIf you aren\u0027t able to upgrade you can reinstall aiohttp using `AIOHTTP_NO_EXTENSIONS=1` as an environment variable to disable the llhttp HTTP request parser implementation. The pure Python implementation isn\u0027t vulnerable to request smuggling:\n\n```console\n$ python -m pip uninstall --yes aiohttp\n$ AIOHTTP_NO_EXTENSIONS=1 python -m pip install --no-binary=aiohttp --no-cache aiohttp\n```\n\n### References\n\n* https://nvd.nist.gov/vuln/detail/CVE-2023-30589\n* https://hackerone.com/reports/2001873\n",
"id": "PYSEC-2023-120",
"modified": "2023-07-24T14:58:05.562874+00:00",
"published": "2023-07-20T14:52:00+00:00",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37276"
},
{
"type": "PACKAGE",
"url": "https://github.com/aio-libs/aiohttp"
},
{
"type": "WEB",
"url": "https://hackerone.com/reports/2001873"
}
],
"summary": "aiohttp.web.Application vulnerable to HTTP request smuggling via llhttp HTTP request parser"
}
RHSA-2024:1878
Vulnerability from csaf_redhat - Published: 2024-04-18 01:56 - Updated: 2026-04-30 16:23A regular expression denial of service vulnerability has been found in Django. Email and URL validators are vulnerable to this flaw when processing a very large number of domain name labels of emails and URLs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
A flaw was found in aio-libs aiohttp, where it is vulnerable to HTTP request smuggling, caused by a flaw in the aiohttp.web.Application. By sending a specially crafted HTTP(S) request, an attacker can poison the web cache, bypass web application firewall protection, and conduct Cross-site scripting (XSS) attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
An uncontrolled resource consumption vulnerability was found in Django. Feeding certain inputs with a very large number of Unicode characters to the URI to IRI encoder function can lead to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
An inefficient regular expression complexity was found in Django. The text truncator regular expressions exhibit linear backtracking complexity, which can be slow, leading to a potential denial of service, given certain HTML inputs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
An HTTP request smuggling vulnerability was found in aiohttp. Numerous issues with HTTP parsing can allow an attacker to smuggle HTTP requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
A flaw was found in the python-aiohttp package. This issue could allow a remote attacker to modify an existing HTTP request or create a new request that could have minor confidentiality or integrity impacts.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
A flaw was found in Aiohttp. This issue may allow an attacker to send a crafted HTTP request to the server and smuggle arbitrary HTTP headers due to improper validation of HTTP requests during the processing of the HTTP request method. By exploiting this flaw, an attacker can manipulate HTTP requests and potentially poison the HTTP cache for phishing attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
A null-pointer dereference vulnerability was found in python-cryptography during the loading of PKCS7 certificates. Invoking "load_pem_pkcs7_certificates" or "load_der_pkcs7_certificates" can trigger this issue and lead to subsequent segmentation fault and result in a Denial of Service (DoS) for any application aiming to deserialize a PKCS7 blob or certificate. The potential impact includes disruptions in system availability and stability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
A cross-site scripting (XSS) flaw was found in Jinja2 due to the xmlattr filter allowing keys with spaces, contrary to XML/HTML attribute standards. If an application accepts user-input keys and renders them for other users, attackers can inject additional attributes, potentially leading to XSS. This misuse of the xmlattr filter enables the injection of arbitrary HTML attributes, bypassing auto-escaping and potentially circumventing attribute validation checks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
A flaw was found in aiohttp. When using aiohttp as a web server and configuring static routes, it is necessary to specify the root path for static files. Additionally, the option 'follow_symlinks' can be used to determine whether to follow symbolic links outside the static root directory. When 'follow_symlinks' is set to True, there is no validation to check if a given file path is within the root directory. This issue can lead to a directory traversal vulnerability, resulting in unauthorized access to arbitrary files on the system, even when symlinks are not present.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
A flaw was found in the `ecdsa` PyPI package, a pure Python implementation of ECC (Elliptic Curve Cryptography) with support for ECDSA (Elliptic Curve Digital Signature Algorithm), EdDSA (Edwards-curve Digital Signature Algorithm) and ECDH (Elliptic Curve Diffie-Hellman). Versions 0.18.0 and prior may be vulnerable to the Minerva attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
An HTTP request smuggling vulnerability was found in aiohttp. Security-sensitive parts of the Python HTTP parser retained minor differences in allowable character sets that must trigger error handling to robustly match frame boundaries of proxies in order to protect against the injection of additional requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
A vulnerability was found in Django. When used with very long strings, the intcomma template filter was subject to a potential denial of service attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
Workaround
|
An inefficient regular expression complexity flaw was found in the Truncator.words function and truncatewords_html filter of Django. This issue may allow an attacker to use a suitably crafted string to cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64 | — | ||
| Unresolved product id: 8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src | — | ||
| Unresolved product id: 8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch | — | ||
| Unresolved product id: 8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 | — |
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2024:1878 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2218004 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2224185 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2227307 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2237258 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2241046 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2249825 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2252235 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2252248 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2255331 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2257854 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2259780 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2261856 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2261887 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2261909 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2266045 | external |
| https://issues.redhat.com/browse/RHUI-434 | external |
| https://issues.redhat.com/browse/RHUI-514 | external |
| https://issues.redhat.com/browse/RHUI-516 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2023-36053 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2218004 | external |
| https://www.cve.org/CVERecord?id=CVE-2023-36053 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2023-36053 | external |
| https://www.djangoproject.com/weblog/2023/jul/03/… | external |
| https://access.redhat.com/security/cve/CVE-2023-37276 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2224185 | external |
| https://www.cve.org/CVERecord?id=CVE-2023-37276 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2023-37276 | external |
| https://github.com/aio-libs/aiohttp/security/advi… | external |
| https://access.redhat.com/security/cve/CVE-2023-41164 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2237258 | external |
| https://www.cve.org/CVERecord?id=CVE-2023-41164 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2023-41164 | external |
| https://www.djangoproject.com/weblog/2023/sep/04/… | external |
| https://access.redhat.com/security/cve/CVE-2023-43665 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2241046 | external |
| https://www.cve.org/CVERecord?id=CVE-2023-43665 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2023-43665 | external |
| https://www.djangoproject.com/weblog/2023/oct/04/… | external |
| https://access.redhat.com/security/cve/CVE-2023-47627 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2249825 | external |
| https://www.cve.org/CVERecord?id=CVE-2023-47627 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2023-47627 | external |
| https://github.com/aio-libs/aiohttp/security/advi… | external |
| https://access.redhat.com/security/cve/CVE-2023-49081 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2252235 | external |
| https://www.cve.org/CVERecord?id=CVE-2023-49081 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2023-49081 | external |
| https://github.com/aio-libs/aiohttp/security/advi… | external |
| https://access.redhat.com/security/cve/CVE-2023-49082 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2252248 | external |
| https://www.cve.org/CVERecord?id=CVE-2023-49082 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2023-49082 | external |
| https://github.com/aio-libs/aiohttp/security/advi… | external |
| https://access.redhat.com/security/cve/CVE-2023-49083 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2255331 | external |
| https://www.cve.org/CVERecord?id=CVE-2023-49083 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2023-49083 | external |
| https://github.com/pyca/cryptography/commit/f09c2… | external |
| https://github.com/pyca/cryptography/pull/9926 | external |
| https://github.com/pyca/cryptography/security/adv… | external |
| https://access.redhat.com/security/cve/CVE-2024-22195 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2257854 | external |
| https://www.cve.org/CVERecord?id=CVE-2024-22195 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2024-22195 | external |
| https://github.com/pallets/jinja/releases/tag/3.1.3 | external |
| https://github.com/pallets/jinja/security/advisor… | external |
| https://access.redhat.com/security/cve/CVE-2024-23334 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2261887 | external |
| https://www.cve.org/CVERecord?id=CVE-2024-23334 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2024-23334 | external |
| https://github.com/aio-libs/aiohttp/security/advi… | external |
| https://access.redhat.com/security/cve/CVE-2024-23342 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2259780 | external |
| https://www.cve.org/CVERecord?id=CVE-2024-23342 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2024-23342 | external |
| https://github.com/tlsfuzzer/python-ecdsa/blob/ma… | external |
| https://github.com/tlsfuzzer/python-ecdsa/securit… | external |
| https://minerva.crocs.fi.muni.cz/ | external |
| https://securitypitfalls.wordpress.com/2018/08/03… | external |
| https://access.redhat.com/security/cve/CVE-2024-23829 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2261909 | external |
| https://www.cve.org/CVERecord?id=CVE-2024-23829 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2024-23829 | external |
| https://github.com/aio-libs/aiohttp/security/advi… | external |
| https://access.redhat.com/security/cve/CVE-2024-24680 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2261856 | external |
| https://www.cve.org/CVERecord?id=CVE-2024-24680 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2024-24680 | external |
| https://github.com/advisories/GHSA-xxj9-f6rv-m3x4 | external |
| https://www.djangoproject.com/weblog/2024/feb/06/… | external |
| https://access.redhat.com/security/cve/CVE-2024-27351 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2266045 | external |
| https://www.cve.org/CVERecord?id=CVE-2024-27351 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2024-27351 | external |
| https://www.djangoproject.com/weblog/2024/mar/04/… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An updated version of Red Hat Update Infrastructure (RHUI) is now available. RHUI 4.8 fixes several security an operational bugs, adds some new features and upgrades the underlying Pulp to a newer version.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Update Infrastructure (RHUI) offers a highly scalable, highly redundant\nframework that enables you to manage repositories and content. It also enables\ncloud providers to deliver content and updates to Red Hat Enterprise Linux\n(RHEL) instances.\n\nSecurity Fix(es):\n\n* python-django: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator (CVE-2023-36053)\n\n* python-aiohttp: HTTP request smuggling via llhttp HTTP request parser (CVE-2023-37276)\n\n* python-django: Potential denial of service vulnerability in ``django.utils.encoding.uri_to_iri()`` (CVE-2023-41164)\n\n* python-django: Denial-of-service possibility in django.utils.text.Truncator (CVE-2023-43665)\n\n* python-aiohttp: numerous issues in HTTP parser with header parsing (CVE-2023-47627)\n\n* aiohttp: HTTP request modification (CVE-2023-49081)\n\n* python-cryptography: NULL-dereference when loading PKCS7 certificates (CVE-2023-49083)\n\n* jinja2: HTML attribute injection when passing user input as keys to xmlattr filter (CVE-2024-22195)\n\n* aiohttp: follow_symlinks directory traversal vulnerability (CVE-2024-23334)\n\n* python-ecdsa: vulnerable to the Minerva attack (CVE-2024-23342)\n\n* python-aiohttp: http request smuggling (CVE-2024-23829)\n\n* Django: denial-of-service in ``intcomma`` template filter (CVE-2024-24680)\n\n* python-django: Potential regular expression denial-of-service in django.utils.text.Truncator.words() (CVE-2024-27351)\n\n* aiohttp: CRLF injection if user controls the HTTP method using aiohttp client (CVE-2023-49082)\n\nThis RHUI update fixes the following bugs:\n\n* The rhui-installer failed on RHEL 8.10 Beta due to the use of distutils. This has been addressed by updating to a newer version of ansible-collection-community-crypto which does not use the distutils.\n\nThis RHUI update introduces the following enhancements:\n\n* A native Ansible module is now used to update the packages on the RHUA server when the RHUI installer is run for the first time or rerun at any time. This update can be prevented by using the --ignore-newer-rhel-packages flag on the rhui-installer command line.\n\n* PulpCore has been updated to version 3.39.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:1878",
"url": "https://access.redhat.com/errata/RHSA-2024:1878"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2218004",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218004"
},
{
"category": "external",
"summary": "2224185",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224185"
},
{
"category": "external",
"summary": "2227307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227307"
},
{
"category": "external",
"summary": "2237258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237258"
},
{
"category": "external",
"summary": "2241046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241046"
},
{
"category": "external",
"summary": "2249825",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2249825"
},
{
"category": "external",
"summary": "2252235",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252235"
},
{
"category": "external",
"summary": "2252248",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252248"
},
{
"category": "external",
"summary": "2255331",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2255331"
},
{
"category": "external",
"summary": "2257854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2257854"
},
{
"category": "external",
"summary": "2259780",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259780"
},
{
"category": "external",
"summary": "2261856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2261856"
},
{
"category": "external",
"summary": "2261887",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2261887"
},
{
"category": "external",
"summary": "2261909",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2261909"
},
{
"category": "external",
"summary": "2266045",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266045"
},
{
"category": "external",
"summary": "RHUI-434",
"url": "https://issues.redhat.com/browse/RHUI-434"
},
{
"category": "external",
"summary": "RHUI-514",
"url": "https://issues.redhat.com/browse/RHUI-514"
},
{
"category": "external",
"summary": "RHUI-516",
"url": "https://issues.redhat.com/browse/RHUI-516"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1878.json"
}
],
"title": "Red Hat Security Advisory: RHUI 4.8 Release - Security Updates, Bug Fixes, and Enhancements",
"tracking": {
"current_release_date": "2026-04-30T16:23:12+00:00",
"generator": {
"date": "2026-04-30T16:23:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:1878",
"initial_release_date": "2024-04-18T01:56:24+00:00",
"revision_history": [
{
"date": "2024-04-18T01:56:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-18T01:56:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T16:23:12+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": "rhui-installer-0:4.8.0.2-1.el8ui.src",
"product": {
"name": "rhui-installer-0:4.8.0.2-1.el8ui.src",
"product_id": "rhui-installer-0:4.8.0.2-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-installer@4.8.0.2-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulpcore-0:3.39.11-1.el8ui.src",
"product": {
"name": "python-pulpcore-0:3.39.11-1.el8ui.src",
"product_id": "python-pulpcore-0:3.39.11-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulpcore@3.39.11-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-0:4.2.11-1.el8ui.src",
"product": {
"name": "python-django-0:4.2.11-1.el8ui.src",
"product_id": "python-django-0:4.2.11-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django@4.2.11-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-0:3.9.2-1.el8ui.src",
"product": {
"name": "python-aiohttp-0:3.9.2-1.el8ui.src",
"product_id": "python-aiohttp-0:3.9.2-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp@3.9.2-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-attrs-0:21.4.0-5.el8ui.src",
"product": {
"name": "python-attrs-0:21.4.0-5.el8ui.src",
"product_id": "python-attrs-0:21.4.0-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-attrs@21.4.0-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-packaging-0:21.3-5.el8ui.src",
"product": {
"name": "python-packaging-0:21.3-5.el8ui.src",
"product_id": "python-packaging-0:21.3-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-packaging@21.3-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "rhui-tools-0:4.8.0.1-1.el8ui.src",
"product": {
"name": "rhui-tools-0:4.8.0.1-1.el8ui.src",
"product_id": "rhui-tools-0:4.8.0.1-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-tools@4.8.0.1-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"product": {
"name": "ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"product_id": "ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-community-crypto@2.18.0-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"product": {
"name": "python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"product_id": "python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-container-client@2.16.4-1.0.1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"product": {
"name": "python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"product_id": "python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-json-stream-rs-tokenizer@0.4.25-3.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "pulpcore-selinux-0:2.0.1-1.el8ui.src",
"product": {
"name": "pulpcore-selinux-0:2.0.1-1.el8ui.src",
"product_id": "pulpcore-selinux-0:2.0.1-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pulpcore-selinux@2.0.1-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"product": {
"name": "python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"product_id": "python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-rpm-client@3.23.0-2.0.1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"product": {
"name": "python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"product_id": "python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulpcore-client@3.39.7-1.0.1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-defusedxml-0:0.7.1-6.el8ui.src",
"product": {
"name": "python-defusedxml-0:0.7.1-6.el8ui.src",
"product_id": "python-defusedxml-0:0.7.1-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-defusedxml@0.7.1-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-et-xmlfile-0:1.1.0-5.el8ui.src",
"product": {
"name": "python-et-xmlfile-0:1.1.0-5.el8ui.src",
"product_id": "python-et-xmlfile-0:1.1.0-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-et-xmlfile@1.1.0-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-markuppy-0:1.14-6.el8ui.src",
"product": {
"name": "python-markuppy-0:1.14-6.el8ui.src",
"product_id": "python-markuppy-0:1.14-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markuppy@1.14-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-odfpy-0:1.4.1-9.el8ui.src",
"product": {
"name": "python-odfpy-0:1.4.1-9.el8ui.src",
"product_id": "python-odfpy-0:1.4.1-9.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-odfpy@1.4.1-9.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-xlrd-0:2.0.1-8.el8ui.src",
"product": {
"name": "python-xlrd-0:2.0.1-8.el8ui.src",
"product_id": "python-xlrd-0:2.0.1-8.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-xlrd@2.0.1-8.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-xlwt-0:1.3.0-6.el8ui.src",
"product": {
"name": "python-xlwt-0:1.3.0-6.el8ui.src",
"product_id": "python-xlwt-0:1.3.0-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-xlwt@1.3.0-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-openpyxl-0:3.1.0-4.el8ui.src",
"product": {
"name": "python-openpyxl-0:3.1.0-4.el8ui.src",
"product_id": "python-openpyxl-0:3.1.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-openpyxl@3.1.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycares-0:4.1.2-5.el8ui.src",
"product": {
"name": "python-pycares-0:4.1.2-5.el8ui.src",
"product_id": "python-pycares-0:4.1.2-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycares@4.1.2-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-diff-match-patch-0:20200713-6.el8ui.src",
"product": {
"name": "python-diff-match-patch-0:20200713-6.el8ui.src",
"product_id": "python-diff-match-patch-0:20200713-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-diff-match-patch@20200713-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-urlman-0:2.0.1-4.el8ui.src",
"product": {
"name": "python-urlman-0:2.0.1-4.el8ui.src",
"product_id": "python-urlman-0:2.0.1-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urlman@2.0.1-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycryptodomex-0:3.14.1-5.el8ui.src",
"product": {
"name": "python-pycryptodomex-0:3.14.1-5.el8ui.src",
"product_id": "python-pycryptodomex-0:3.14.1-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycryptodomex@3.14.1-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-future-0:0.18.3-4.el8ui.src",
"product": {
"name": "python-future-0:0.18.3-4.el8ui.src",
"product_id": "python-future-0:0.18.3-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-future@0.18.3-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-brotli-0:1.0.9-5.el8ui.src",
"product": {
"name": "python-brotli-0:1.0.9-5.el8ui.src",
"product_id": "python-brotli-0:1.0.9-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-brotli@1.0.9-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pytz-0:2022.2.1-5.el8ui.src",
"product": {
"name": "python-pytz-0:2022.2.1-5.el8ui.src",
"product_id": "python-pytz-0:2022.2.1-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytz@2022.2.1-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"product": {
"name": "python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"product_id": "python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-types-cryptography@3.3.23.2-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-inflection-0:0.5.1-6.el8ui.src",
"product": {
"name": "python-inflection-0:0.5.1-6.el8ui.src",
"product_id": "python-inflection-0:0.5.1-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-inflection@0.5.1-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-uritemplate-0:4.1.1-5.el8ui.src",
"product": {
"name": "python-uritemplate-0:4.1.1-5.el8ui.src",
"product_id": "python-uritemplate-0:4.1.1-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-uritemplate@4.1.1-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-0:0.18.1-5.el8ui.src",
"product": {
"name": "python-pyrsistent-0:0.18.1-5.el8ui.src",
"product_id": "python-pyrsistent-0:0.18.1-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent@0.18.1-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ecdsa-0:0.18.0-4.el8ui.src",
"product": {
"name": "python-ecdsa-0:0.18.0-4.el8ui.src",
"product_id": "python-ecdsa-0:0.18.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ecdsa@0.18.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyjwkest-0:1.4.2-8.el8ui.src",
"product": {
"name": "python-pyjwkest-0:1.4.2-8.el8ui.src",
"product_id": "python-pyjwkest-0:1.4.2-8.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyjwkest@1.4.2-8.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyjwt-0:2.5.0-4.el8ui.src",
"product": {
"name": "python-pyjwt-0:2.5.0-4.el8ui.src",
"product_id": "python-pyjwt-0:2.5.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyjwt@2.5.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"product": {
"name": "python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"product_id": "python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-xmlrpc@1.5.0-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-0:1.0.2-5.el8ui.src",
"product": {
"name": "createrepo_c-0:1.0.2-5.el8ui.src",
"product_id": "createrepo_c-0:1.0.2-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c@1.0.2-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "libcomps-0:0.1.18-8.el8ui.src",
"product": {
"name": "libcomps-0:0.1.18-8.el8ui.src",
"product_id": "libcomps-0:0.1.18-8.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps@0.1.18-8.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "libsolv-0:0.7.22-6.el8ui.src",
"product": {
"name": "libsolv-0:0.7.22-6.el8ui.src",
"product_id": "libsolv-0:0.7.22-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv@0.7.22-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-productmd-0:1.33-6.el8ui.src",
"product": {
"name": "python-productmd-0:1.33-6.el8ui.src",
"product_id": "python-productmd-0:1.33-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-productmd@1.33-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-asgiref-0:3.6.0-4.el8ui.src",
"product": {
"name": "python-asgiref-0:3.6.0-4.el8ui.src",
"product_id": "python-asgiref-0:3.6.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-asgiref@3.6.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-container-0:2.16.4-1.el8ui.src",
"product": {
"name": "python-pulp-container-0:2.16.4-1.el8ui.src",
"product_id": "python-pulp-container-0:2.16.4-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-container@2.16.4-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-rpm-0:3.23.0-2.el8ui.src",
"product": {
"name": "python-pulp-rpm-0:3.23.0-2.el8ui.src",
"product_id": "python-pulp-rpm-0:3.23.0-2.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-rpm@3.23.0-2.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-0:2.1.2-4.el8ui.src",
"product": {
"name": "python-markupsafe-0:2.1.2-4.el8ui.src",
"product_id": "python-markupsafe-0:2.1.2-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe@2.1.2-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-grpcio-0:1.56.0-4.el8ui.src",
"product": {
"name": "python-grpcio-0:1.56.0-4.el8ui.src",
"product_id": "python-grpcio-0:1.56.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-grpcio@1.56.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-0:1.14.1-4.el8ui.src",
"product": {
"name": "python-wrapt-0:1.14.1-4.el8ui.src",
"product_id": "python-wrapt-0:1.14.1-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt@1.14.1-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-json-stream-0:2.3.2-4.el8ui.src",
"product": {
"name": "python-json-stream-0:2.3.2-4.el8ui.src",
"product_id": "python-json-stream-0:2.3.2-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-json-stream@2.3.2-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jq-0:1.6.0-3.el8ui.src",
"product": {
"name": "python-jq-0:1.6.0-3.el8ui.src",
"product_id": "python-jq-0:1.6.0-3.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jq@1.6.0-3.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-async-timeout-0:4.0.2-5.el8ui.src",
"product": {
"name": "python-async-timeout-0:4.0.2-5.el8ui.src",
"product_id": "python-async-timeout-0:4.0.2-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-async-timeout@4.0.2-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-deprecated-0:1.2.13-4.el8ui.src",
"product": {
"name": "python-deprecated-0:1.2.13-4.el8ui.src",
"product_id": "python-deprecated-0:1.2.13-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-deprecated@1.2.13-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-multidict-0:6.0.4-4.el8ui.src",
"product": {
"name": "python-multidict-0:6.0.4-4.el8ui.src",
"product_id": "python-multidict-0:6.0.4-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-multidict@6.0.4-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"product": {
"name": "python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"product_id": "python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gunicorn@20.1.0-7.1.2.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-whitenoise-0:6.0.0-4.el8ui.src",
"product": {
"name": "python-whitenoise-0:6.0.0-4.el8ui.src",
"product_id": "python-whitenoise-0:6.0.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-whitenoise@6.0.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-uuid6-0:2023.5.2-4.el8ui.src",
"product": {
"name": "python-uuid6-0:2023.5.2-4.el8ui.src",
"product_id": "python-uuid6-0:2023.5.2-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-uuid6@2023.5.2-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pygtrie-0:2.5.0-4.el8ui.src",
"product": {
"name": "python-pygtrie-0:2.5.0-4.el8ui.src",
"product_id": "python-pygtrie-0:2.5.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pygtrie@2.5.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-url-normalize-0:1.4.3-7.el8ui.src",
"product": {
"name": "python-url-normalize-0:1.4.3-7.el8ui.src",
"product_id": "python-url-normalize-0:1.4.3-7.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-url-normalize@1.4.3-7.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-redis-0:4.3.4-4.el8ui.src",
"product": {
"name": "python-redis-0:4.3.4-4.el8ui.src",
"product_id": "python-redis-0:4.3.4-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-redis@4.3.4-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-yarl-0:1.8.2-4.el8ui.src",
"product": {
"name": "python-yarl-0:1.8.2-4.el8ui.src",
"product_id": "python-yarl-0:1.8.2-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yarl@1.8.2-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyparsing-0:3.1.1-3.el8ui.src",
"product": {
"name": "python-pyparsing-0:3.1.1-3.el8ui.src",
"product_id": "python-pyparsing-0:3.1.1-3.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyparsing@3.1.1-3.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-glue-0:0.21.2-3.el8ui.src",
"product": {
"name": "python-pulp-glue-0:0.21.2-3.el8ui.src",
"product_id": "python-pulp-glue-0:0.21.2-3.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-glue@0.21.2-3.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-psycopg-0:3.1.9-4.el8ui.src",
"product": {
"name": "python-psycopg-0:3.1.9-4.el8ui.src",
"product_id": "python-psycopg-0:3.1.9-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg@3.1.9-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jinja2-0:3.1.3-1.el8ui.src",
"product": {
"name": "python-jinja2-0:3.1.3-1.el8ui.src",
"product_id": "python-jinja2-0:3.1.3-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@3.1.3-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gnupg-0:0.5.0-4.el8ui.src",
"product": {
"name": "python-gnupg-0:0.5.0-4.el8ui.src",
"product_id": "python-gnupg-0:0.5.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gnupg@0.5.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dynaconf-0:3.1.12-3.el8ui.src",
"product": {
"name": "python-dynaconf-0:3.1.12-3.el8ui.src",
"product_id": "python-dynaconf-0:3.1.12-3.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dynaconf@3.1.12-3.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-drf-spectacular-0:0.26.5-4.el8ui.src",
"product": {
"name": "python-drf-spectacular-0:0.26.5-4.el8ui.src",
"product_id": "python-drf-spectacular-0:0.26.5-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-drf-spectacular@0.26.5-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-drf-access-policy-0:1.3.0-3.el8ui.src",
"product": {
"name": "python-drf-access-policy-0:1.3.0-3.el8ui.src",
"product_id": "python-drf-access-policy-0:1.3.0-3.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-drf-access-policy@1.3.0-3.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"product": {
"name": "python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"product_id": "python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-djangorestframework-queryfields@1.0.0-7.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"product": {
"name": "python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"product_id": "python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-drf-nested-routers@0.93.4-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-djangorestframework-0:3.14.0-3.el8ui.src",
"product": {
"name": "python-djangorestframework-0:3.14.0-3.el8ui.src",
"product_id": "python-djangorestframework-0:3.14.0-3.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-djangorestframework@3.14.0-3.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-lifecycle-0:1.0.0-3.el8ui.src",
"product": {
"name": "python-django-lifecycle-0:1.0.0-3.el8ui.src",
"product_id": "python-django-lifecycle-0:1.0.0-3.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-lifecycle@1.0.0-3.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-import-export-0:3.1.0-3.el8ui.src",
"product": {
"name": "python-django-import-export-0:3.1.0-3.el8ui.src",
"product_id": "python-django-import-export-0:3.1.0-3.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-import-export@3.1.0-3.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-guid-0:3.3.0-4.el8ui.src",
"product": {
"name": "python-django-guid-0:3.3.0-4.el8ui.src",
"product_id": "python-django-guid-0:3.3.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-guid@3.3.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-filter-0:23.2-3.el8ui.src",
"product": {
"name": "python-django-filter-0:23.2-3.el8ui.src",
"product_id": "python-django-filter-0:23.2-3.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-filter@23.2-3.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiofiles-0:22.1.0-4.el8ui.src",
"product": {
"name": "python-aiofiles-0:22.1.0-4.el8ui.src",
"product_id": "python-aiofiles-0:22.1.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiofiles@22.1.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-click-0:8.1.3-4.el8ui.src",
"product": {
"name": "python-click-0:8.1.3-4.el8ui.src",
"product_id": "python-click-0:8.1.3-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-click@8.1.3-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-backoff-0:2.2.1-4.el8ui.src",
"product": {
"name": "python-backoff-0:2.2.1-4.el8ui.src",
"product_id": "python-backoff-0:2.2.1-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-backoff@2.2.1-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"product": {
"name": "python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"product_id": "python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-asyncio-throttle@1.0.2-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aioredis-0:2.0.1-5.el8ui.src",
"product": {
"name": "python-aioredis-0:2.0.1-5.el8ui.src",
"product_id": "python-aioredis-0:2.0.1-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aioredis@2.0.1-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiodns-0:3.0.0-6.el8ui.src",
"product": {
"name": "python-aiodns-0:3.0.0-6.el8ui.src",
"product_id": "python-aiodns-0:3.0.0-6.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiodns@3.0.0-6.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zipp-0:3.4.0-7.el8ui.src",
"product": {
"name": "python-zipp-0:3.4.0-7.el8ui.src",
"product_id": "python-zipp-0:3.4.0-7.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zipp@3.4.0-7.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tablib-0:3.3.0-4.el8ui.src",
"product": {
"name": "python-tablib-0:3.3.0-4.el8ui.src",
"product_id": "python-tablib-0:3.3.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tablib@3.3.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sqlparse-0:0.4.4-3.el8ui.src",
"product": {
"name": "python-sqlparse-0:0.4.4-3.el8ui.src",
"product_id": "python-sqlparse-0:0.4.4-3.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlparse@0.4.4-3.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-readonly-field-0:1.1.2-3.el8ui.src",
"product": {
"name": "python-django-readonly-field-0:1.1.2-3.el8ui.src",
"product_id": "python-django-readonly-field-0:1.1.2-3.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-readonly-field@1.1.2-3.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiosignal-0:1.3.1-4.el8ui.src",
"product": {
"name": "python-aiosignal-0:1.3.1-4.el8ui.src",
"product_id": "python-aiosignal-0:1.3.1-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiosignal@1.3.1-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jsonschema-0:4.10.3-3.el8ui.src",
"product": {
"name": "python-jsonschema-0:4.10.3-3.el8ui.src",
"product_id": "python-jsonschema-0:4.10.3-3.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jsonschema@4.10.3-3.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"product": {
"name": "python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"product_id": "python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-googleapis-common-protos@1.59.1-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-importlib-metadata-0:6.0.1-4.el8ui.src",
"product": {
"name": "python-importlib-metadata-0:6.0.1-4.el8ui.src",
"product_id": "python-importlib-metadata-0:6.0.1-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-importlib-metadata@6.0.1-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-typing-extensions-0:4.7.1-4.el8ui.src",
"product": {
"name": "python-typing-extensions-0:4.7.1-4.el8ui.src",
"product_id": "python-typing-extensions-0:4.7.1-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-typing-extensions@4.7.1-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-protobuf-0:4.21.6-4.el8ui.src",
"product": {
"name": "python-protobuf-0:4.21.6-4.el8ui.src",
"product_id": "python-protobuf-0:4.21.6-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-protobuf@4.21.6-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"product": {
"name": "python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"product_id": "python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_util_http@0.40b0-3.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"product": {
"name": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"product_id": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_semantic_conventions@0.40b0-3.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"product": {
"name": "python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"product_id": "python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_sdk@1.19.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"product": {
"name": "python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"product_id": "python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_proto@1.19.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"product": {
"name": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"product_id": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_instrumentation_wsgi@0.40b0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"product": {
"name": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"product_id": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_instrumentation_django@0.40b0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"product": {
"name": "python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"product_id": "python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_instrumentation@0.40b0-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"product": {
"name": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"product_id": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_exporter_otlp_proto_grpc@1.19.0-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"product": {
"name": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"product_id": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_exporter_otlp_proto_http@1.19.0-5.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"product": {
"name": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"product_id": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_exporter_otlp_proto_common@1.19.0-3.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"product": {
"name": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"product_id": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_exporter_otlp@1.19.0-4.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"product": {
"name": "python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"product_id": "python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_api@1.19.0-3.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"product": {
"name": "python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"product_id": "python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_distro@0.40b0-7.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-0:41.0.6-1.el8ui.src",
"product": {
"name": "python-cryptography-0:41.0.6-1.el8ui.src",
"product_id": "python-cryptography-0:41.0.6-1.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography@41.0.6-1.el8ui?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-frozenlist-0:1.3.3-4.el8ui.src",
"product": {
"name": "python-frozenlist-0:1.3.3-4.el8ui.src",
"product_id": "python-frozenlist-0:1.3.3-4.el8ui.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-frozenlist@1.3.3-4.el8ui?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"product": {
"name": "rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"product_id": "rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-installer@4.8.0.2-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"product": {
"name": "python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"product_id": "python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulpcore@3.39.11-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-0:4.2.11-1.el8ui.noarch",
"product": {
"name": "python3.11-django-0:4.2.11-1.el8ui.noarch",
"product_id": "python3.11-django-0:4.2.11-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django@4.2.11-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"product": {
"name": "python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"product_id": "python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-attrs@21.4.0-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-packaging-0:21.3-5.el8ui.noarch",
"product": {
"name": "python3.11-packaging-0:21.3-5.el8ui.noarch",
"product_id": "python3.11-packaging-0:21.3-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-packaging@21.3-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"product": {
"name": "rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"product_id": "rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-tools@4.8.0.1-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"product": {
"name": "rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"product_id": "rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhui-tools-libs@4.8.0.1-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"product": {
"name": "ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"product_id": "ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-community-crypto@2.18.0-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"product": {
"name": "python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"product_id": "python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pulp-container-client@2.16.4-1.0.1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"product": {
"name": "python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"product_id": "python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pulp-rpm-client@3.23.0-2.0.1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"product": {
"name": "python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"product_id": "python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pulpcore-client@3.39.7-1.0.1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"product": {
"name": "python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"product_id": "python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-defusedxml@0.7.1-6.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"product": {
"name": "python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"product_id": "python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-et-xmlfile@1.1.0-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-markuppy-0:1.14-6.el8ui.noarch",
"product": {
"name": "python3.11-markuppy-0:1.14-6.el8ui.noarch",
"product_id": "python3.11-markuppy-0:1.14-6.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-markuppy@1.14-6.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"product": {
"name": "python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"product_id": "python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-odfpy@1.4.1-9.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"product": {
"name": "python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"product_id": "python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-xlrd@2.0.1-8.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"product": {
"name": "python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"product_id": "python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-xlwt@1.3.0-6.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"product": {
"name": "python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"product_id": "python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-openpyxl@3.1.0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"product": {
"name": "python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"product_id": "python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-diff-match-patch@20200713-6.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"product": {
"name": "python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"product_id": "python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-urlman@2.0.1-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-future-0:0.18.3-4.el8ui.noarch",
"product": {
"name": "python3.11-future-0:0.18.3-4.el8ui.noarch",
"product_id": "python3.11-future-0:0.18.3-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-future@0.18.3-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"product": {
"name": "python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"product_id": "python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pytz@2022.2.1-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"product": {
"name": "python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"product_id": "python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-types-cryptography@3.3.23.2-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"product": {
"name": "python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"product_id": "python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-inflection@0.5.1-6.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"product": {
"name": "python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"product_id": "python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-uritemplate@4.1.1-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"product": {
"name": "python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"product_id": "python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-ecdsa@0.18.0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"product": {
"name": "python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"product_id": "python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyjwkest@1.4.2-8.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"product": {
"name": "python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"product_id": "python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyjwt@2.5.0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"product": {
"name": "python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"product_id": "python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiohttp-xmlrpc@1.5.0-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-productmd-0:1.33-6.el8ui.noarch",
"product": {
"name": "python3.11-productmd-0:1.33-6.el8ui.noarch",
"product_id": "python3.11-productmd-0:1.33-6.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-productmd@1.33-6.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"product": {
"name": "python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"product_id": "python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-asgiref@3.6.0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"product": {
"name": "python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"product_id": "python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-container@2.16.4-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"product": {
"name": "python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"product_id": "python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-rpm@3.23.0-2.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"product": {
"name": "python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"product_id": "python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-json_stream@2.3.2-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"product": {
"name": "python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"product_id": "python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-async-timeout@4.0.2-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"product": {
"name": "python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"product_id": "python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-deprecated@1.2.13-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"product": {
"name": "python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"product_id": "python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gunicorn@20.1.0-7.1.2.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"product": {
"name": "python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"product_id": "python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-gunicorn@20.1.0-7.1.2.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"product": {
"name": "python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"product_id": "python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-whitenoise@6.0.0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"product": {
"name": "python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"product_id": "python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-uuid6@2023.5.2-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"product": {
"name": "python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"product_id": "python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pygtrie@2.5.0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"product": {
"name": "python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"product_id": "python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-url-normalize@1.4.3-7.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-redis-0:4.3.4-4.el8ui.noarch",
"product": {
"name": "python3.11-redis-0:4.3.4-4.el8ui.noarch",
"product_id": "python3.11-redis-0:4.3.4-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-redis@4.3.4-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"product": {
"name": "python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"product_id": "python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyparsing@3.1.1-3.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"product": {
"name": "python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"product_id": "python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-glue@0.21.2-3.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"product": {
"name": "python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"product_id": "python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-psycopg@3.1.9-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"product": {
"name": "python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"product_id": "python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.3-1.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"product": {
"name": "python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"product_id": "python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-gnupg@0.5.0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"product": {
"name": "python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"product_id": "python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-dynaconf@3.1.12-3.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"product": {
"name": "python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"product_id": "python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-drf-spectacular@0.26.5-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"product": {
"name": "python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"product_id": "python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-drf-access-policy@1.3.0-3.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"product": {
"name": "python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"product_id": "python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-djangorestframework-queryfields@1.0.0-7.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"product": {
"name": "python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"product_id": "python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-drf-nested-routers@0.93.4-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"product": {
"name": "python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"product_id": "python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-djangorestframework@3.14.0-3.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"product": {
"name": "python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"product_id": "python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-lifecycle@1.0.0-3.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"product": {
"name": "python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"product_id": "python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-import-export@3.1.0-3.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"product": {
"name": "python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"product_id": "python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-guid@3.3.0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-filter-0:23.2-3.el8ui.noarch",
"product": {
"name": "python3.11-django-filter-0:23.2-3.el8ui.noarch",
"product_id": "python3.11-django-filter-0:23.2-3.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-filter@23.2-3.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"product": {
"name": "python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"product_id": "python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiofiles@22.1.0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-click-0:8.1.3-4.el8ui.noarch",
"product": {
"name": "python3.11-click-0:8.1.3-4.el8ui.noarch",
"product_id": "python3.11-click-0:8.1.3-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-click@8.1.3-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"product": {
"name": "python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"product_id": "python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-backoff@2.2.1-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"product": {
"name": "python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"product_id": "python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-asyncio-throttle@1.0.2-6.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"product": {
"name": "python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"product_id": "python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aioredis@2.0.1-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"product": {
"name": "python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"product_id": "python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiodns@3.0.0-6.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"product": {
"name": "python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"product_id": "python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-zipp@3.4.0-7.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"product": {
"name": "python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"product_id": "python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tablib@3.3.0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"product": {
"name": "python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"product_id": "python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-sqlparse@0.4.4-3.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"product": {
"name": "python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"product_id": "python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-readonly-field@1.1.2-3.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"product": {
"name": "python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"product_id": "python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiosignal@1.3.1-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"product": {
"name": "python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"product_id": "python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jsonschema@4.10.3-3.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"product": {
"name": "python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"product_id": "python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-googleapis-common-protos@1.59.1-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"product": {
"name": "python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"product_id": "python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-importlib-metadata@6.0.1-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"product": {
"name": "python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"product_id": "python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-typing-extensions@4.7.1-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"product": {
"name": "python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"product_id": "python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-protobuf@4.21.6-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"product": {
"name": "python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"product_id": "python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_util_http@0.40b0-3.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"product": {
"name": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"product_id": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_semantic_conventions@0.40b0-3.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"product": {
"name": "python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"product_id": "python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_sdk@1.19.0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"product": {
"name": "python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"product_id": "python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_proto@1.19.0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"product": {
"name": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"product_id": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_instrumentation_wsgi@0.40b0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"product": {
"name": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"product_id": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_instrumentation_django@0.40b0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"product": {
"name": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"product_id": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_instrumentation@0.40b0-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"product": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"product_id": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_exporter_otlp_proto_grpc@1.19.0-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"product": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"product_id": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_exporter_otlp_proto_http@1.19.0-5.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"product": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"product_id": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_exporter_otlp_proto_common@1.19.0-3.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"product": {
"name": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"product_id": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_exporter_otlp@1.19.0-4.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"product": {
"name": "python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"product_id": "python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_api@1.19.0-3.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"product": {
"name": "python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"product_id": "python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_distro@0.40b0-7.el8ui?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"product": {
"name": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"product_id": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_distro_otlp@0.40b0-7.el8ui?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"product": {
"name": "python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"product_id": "python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiohttp@3.9.2-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"product": {
"name": "python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"product_id": "python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.2-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"product": {
"name": "python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"product_id": "python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiohttp-debuginfo@3.9.2-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"product": {
"name": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"product_id": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-json_stream_rs_tokenizer@0.4.25-3.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"product": {
"name": "pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"product_id": "pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pulpcore-selinux@2.0.1-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"product": {
"name": "python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"product_id": "python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycares@4.1.2-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"product": {
"name": "python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"product_id": "python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycares-debugsource@4.1.2-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"product": {
"name": "python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"product_id": "python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycares-debuginfo@4.1.2-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"product": {
"name": "python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"product_id": "python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycryptodomex@3.14.1-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"product": {
"name": "python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"product_id": "python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycryptodomex-debugsource@3.14.1-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"product": {
"name": "python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"product_id": "python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycryptodomex-debuginfo@3.14.1-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"product": {
"name": "python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"product_id": "python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-brotli@1.0.9-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"product": {
"name": "python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"product_id": "python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-brotli-debugsource@1.0.9-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"product": {
"name": "python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"product_id": "python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-brotli-debuginfo@1.0.9-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"product": {
"name": "python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"product_id": "python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyrsistent@0.18.1-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"product": {
"name": "python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"product_id": "python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent-debugsource@0.18.1-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"product": {
"name": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"product_id": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyrsistent-debuginfo@0.18.1-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"product": {
"name": "createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"product_id": "createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-libs@1.0.2-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"product": {
"name": "python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"product_id": "python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-createrepo_c@1.0.2-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"product": {
"name": "python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"product_id": "python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-createrepo_c@1.0.2-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"product": {
"name": "createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"product_id": "createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-debugsource@1.0.2-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"product": {
"name": "createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"product_id": "createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-debuginfo@1.0.2-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"product": {
"name": "createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"product_id": "createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-libs-debuginfo@1.0.2-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"product": {
"name": "python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"product_id": "python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-createrepo_c-debuginfo@1.0.2-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"product": {
"name": "python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"product_id": "python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-createrepo_c-debuginfo@1.0.2-5.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libcomps-0:0.1.18-8.el8ui.x86_64",
"product": {
"name": "libcomps-0:0.1.18-8.el8ui.x86_64",
"product_id": "libcomps-0:0.1.18-8.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps@0.1.18-8.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"product": {
"name": "python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"product_id": "python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libcomps@0.1.18-8.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"product": {
"name": "python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"product_id": "python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libcomps@0.1.18-8.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"product": {
"name": "libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"product_id": "libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps-debugsource@0.1.18-8.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"product": {
"name": "libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"product_id": "libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps-debuginfo@0.1.18-8.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"product": {
"name": "python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"product_id": "python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libcomps-debuginfo@0.1.18-8.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"product": {
"name": "python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"product_id": "python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libcomps-debuginfo@0.1.18-8.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsolv-0:0.7.22-6.el8ui.x86_64",
"product": {
"name": "libsolv-0:0.7.22-6.el8ui.x86_64",
"product_id": "libsolv-0:0.7.22-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv@0.7.22-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-solv-0:0.7.22-6.el8ui.x86_64",
"product": {
"name": "python3-solv-0:0.7.22-6.el8ui.x86_64",
"product_id": "python3-solv-0:0.7.22-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-solv@0.7.22-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"product": {
"name": "python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"product_id": "python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-solv@0.7.22-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"product": {
"name": "libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"product_id": "libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv-debugsource@0.7.22-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product": {
"name": "libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product_id": "libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv-debuginfo@0.7.22-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product": {
"name": "libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product_id": "libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv-demo-debuginfo@0.7.22-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product": {
"name": "libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product_id": "libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv-tools-debuginfo@0.7.22-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product": {
"name": "python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product_id": "python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-solv-debuginfo@0.7.22-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product": {
"name": "python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product_id": "python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-solv-debuginfo@0.7.22-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product": {
"name": "ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product_id": "ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-solv-debuginfo@0.7.22-6.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"product": {
"name": "python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"product_id": "python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-markupsafe@2.1.2-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"product": {
"name": "python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"product_id": "python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@2.1.2-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"product": {
"name": "python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"product_id": "python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-markupsafe-debuginfo@2.1.2-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"product": {
"name": "python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"product_id": "python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-grpcio@1.56.0-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"product": {
"name": "python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"product_id": "python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-grpcio-debugsource@1.56.0-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"product": {
"name": "python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"product_id": "python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-grpcio-debuginfo@1.56.0-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"product": {
"name": "python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"product_id": "python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-wrapt@1.14.1-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"product": {
"name": "python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"product_id": "python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-debugsource@1.14.1-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"product": {
"name": "python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"product_id": "python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-wrapt-debuginfo@1.14.1-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"product": {
"name": "python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"product_id": "python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jq@1.6.0-3.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"product": {
"name": "python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"product_id": "python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-multidict@6.0.4-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"product": {
"name": "python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"product_id": "python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-multidict-debugsource@6.0.4-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"product": {
"name": "python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"product_id": "python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-multidict-debuginfo@6.0.4-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"product": {
"name": "python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"product_id": "python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-yarl@1.8.2-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"product": {
"name": "python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"product_id": "python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yarl-debugsource@1.8.2-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"product": {
"name": "python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"product_id": "python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-yarl-debuginfo@1.8.2-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"product": {
"name": "python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"product_id": "python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-cryptography@41.0.6-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"product": {
"name": "python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"product_id": "python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@41.0.6-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"product": {
"name": "python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"product_id": "python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-cryptography-debuginfo@41.0.6-1.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"product": {
"name": "python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"product_id": "python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-frozenlist@1.3.3-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"product": {
"name": "python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"product_id": "python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-frozenlist-debugsource@1.3.3-4.el8ui?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"product": {
"name": "python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"product_id": "python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-frozenlist-debuginfo@1.3.3-4.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.18.0-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch"
},
"product_reference": "ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-community-crypto-0:2.18.0-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src"
},
"product_reference": "ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-0:1.0.2-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src"
},
"product_reference": "createrepo_c-0:1.0.2-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64"
},
"product_reference": "createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64"
},
"product_reference": "createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-libs-0:1.0.2-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64"
},
"product_reference": "createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64"
},
"product_reference": "createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.18-8.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src"
},
"product_reference": "libcomps-0:0.1.18-8.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.18-8.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64"
},
"product_reference": "libcomps-0:0.1.18-8.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64"
},
"product_reference": "libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debugsource-0:0.1.18-8.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64"
},
"product_reference": "libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-0:0.7.22-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src"
},
"product_reference": "libsolv-0:0.7.22-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-0:0.7.22-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64"
},
"product_reference": "libsolv-0:0.7.22-6.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64"
},
"product_reference": "libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-debugsource-0:0.7.22-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64"
},
"product_reference": "libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64"
},
"product_reference": "libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64"
},
"product_reference": "libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-selinux-0:2.0.1-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src"
},
"product_reference": "pulpcore-selinux-0:2.0.1-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-selinux-0:2.0.1-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64"
},
"product_reference": "pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiodns-0:3.0.0-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src"
},
"product_reference": "python-aiodns-0:3.0.0-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiofiles-0:22.1.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src"
},
"product_reference": "python-aiofiles-0:22.1.0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-0:3.9.2-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src"
},
"product_reference": "python-aiohttp-0:3.9.2-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64"
},
"product_reference": "python-aiohttp-debugsource-0:3.9.2-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-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src"
},
"product_reference": "python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aioredis-0:2.0.1-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src"
},
"product_reference": "python-aioredis-0:2.0.1-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiosignal-0:1.3.1-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src"
},
"product_reference": "python-aiosignal-0:1.3.1-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asgiref-0:3.6.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src"
},
"product_reference": "python-asgiref-0:3.6.0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-async-timeout-0:4.0.2-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src"
},
"product_reference": "python-async-timeout-0:4.0.2-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asyncio-throttle-0:1.0.2-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src"
},
"product_reference": "python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-attrs-0:21.4.0-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src"
},
"product_reference": "python-attrs-0:21.4.0-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-backoff-0:2.2.1-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src"
},
"product_reference": "python-backoff-0:2.2.1-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-brotli-0:1.0.9-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src"
},
"product_reference": "python-brotli-0:1.0.9-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64"
},
"product_reference": "python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-click-0:8.1.3-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src"
},
"product_reference": "python-click-0:8.1.3-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:41.0.6-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src"
},
"product_reference": "python-cryptography-0:41.0.6-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64"
},
"product_reference": "python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-defusedxml-0:0.7.1-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src"
},
"product_reference": "python-defusedxml-0:0.7.1-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-deprecated-0:1.2.13-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src"
},
"product_reference": "python-deprecated-0:1.2.13-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-diff-match-patch-0:20200713-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src"
},
"product_reference": "python-diff-match-patch-0:20200713-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-0:4.2.11-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src"
},
"product_reference": "python-django-0:4.2.11-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-filter-0:23.2-3.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src"
},
"product_reference": "python-django-filter-0:23.2-3.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-guid-0:3.3.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src"
},
"product_reference": "python-django-guid-0:3.3.0-4.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-3.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src"
},
"product_reference": "python-django-import-export-0:3.1.0-3.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-lifecycle-0:1.0.0-3.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src"
},
"product_reference": "python-django-lifecycle-0:1.0.0-3.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-3.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src"
},
"product_reference": "python-django-readonly-field-0:1.1.2-3.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-djangorestframework-0:3.14.0-3.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src"
},
"product_reference": "python-djangorestframework-0:3.14.0-3.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src"
},
"product_reference": "python-djangorestframework-queryfields-0:1.0.0-7.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-3.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src"
},
"product_reference": "python-drf-access-policy-0:1.3.0-3.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-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src"
},
"product_reference": "python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-spectacular-0:0.26.5-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src"
},
"product_reference": "python-drf-spectacular-0:0.26.5-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dynaconf-0:3.1.12-3.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src"
},
"product_reference": "python-dynaconf-0:3.1.12-3.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ecdsa-0:0.18.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src"
},
"product_reference": "python-ecdsa-0:0.18.0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-et-xmlfile-0:1.1.0-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src"
},
"product_reference": "python-et-xmlfile-0:1.1.0-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-frozenlist-0:1.3.3-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src"
},
"product_reference": "python-frozenlist-0:1.3.3-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64"
},
"product_reference": "python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-future-0:0.18.3-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src"
},
"product_reference": "python-future-0:0.18.3-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gnupg-0:0.5.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src"
},
"product_reference": "python-gnupg-0:0.5.0-4.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-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src"
},
"product_reference": "python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-grpcio-0:1.56.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src"
},
"product_reference": "python-grpcio-0:1.56.0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64"
},
"product_reference": "python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-0:20.1.0-7.1.2.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src"
},
"product_reference": "python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-importlib-metadata-0:6.0.1-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src"
},
"product_reference": "python-importlib-metadata-0:6.0.1-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-inflection-0:0.5.1-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src"
},
"product_reference": "python-inflection-0:0.5.1-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.3-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src"
},
"product_reference": "python-jinja2-0:3.1.3-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jq-0:1.6.0-3.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src"
},
"product_reference": "python-jq-0:1.6.0-3.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-json-stream-0:2.3.2-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src"
},
"product_reference": "python-json-stream-0:2.3.2-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-3.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-3.el8ui.src"
},
"product_reference": "python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jsonschema-0:4.10.3-3.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src"
},
"product_reference": "python-jsonschema-0:4.10.3-3.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markuppy-0:1.14-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src"
},
"product_reference": "python-markuppy-0:1.14-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-0:2.1.2-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src"
},
"product_reference": "python-markupsafe-0:2.1.2-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64"
},
"product_reference": "python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-multidict-0:6.0.4-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src"
},
"product_reference": "python-multidict-0:6.0.4-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64"
},
"product_reference": "python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-odfpy-0:1.4.1-9.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src"
},
"product_reference": "python-odfpy-0:1.4.1-9.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openpyxl-0:3.1.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src"
},
"product_reference": "python-openpyxl-0:3.1.0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_api-0:1.19.0-3.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src"
},
"product_reference": "python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_distro-0:0.40b0-7.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src"
},
"product_reference": "python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src"
},
"product_reference": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src"
},
"product_reference": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src"
},
"product_reference": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src"
},
"product_reference": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src"
},
"product_reference": "python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src"
},
"product_reference": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src"
},
"product_reference": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_proto-0:1.19.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src"
},
"product_reference": "python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_sdk-0:1.19.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src"
},
"product_reference": "python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src"
},
"product_reference": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_util_http-0:0.40b0-3.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src"
},
"product_reference": "python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-packaging-0:21.3-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src"
},
"product_reference": "python-packaging-0:21.3-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-productmd-0:1.33-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src"
},
"product_reference": "python-productmd-0:1.33-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-protobuf-0:4.21.6-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src"
},
"product_reference": "python-protobuf-0:4.21.6-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg-0:3.1.9-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src"
},
"product_reference": "python-psycopg-0:3.1.9-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-container-0:2.16.4-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src"
},
"product_reference": "python-pulp-container-0:2.16.4-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src"
},
"product_reference": "python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-glue-0:0.21.2-3.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src"
},
"product_reference": "python-pulp-glue-0:0.21.2-3.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-0:3.23.0-2.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src"
},
"product_reference": "python-pulp-rpm-0:3.23.0-2.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src"
},
"product_reference": "python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.39.11-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src"
},
"product_reference": "python-pulpcore-0:3.39.11-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src"
},
"product_reference": "python-pulpcore-client-0:3.39.7-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-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src"
},
"product_reference": "python-pycares-0:4.1.2-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64"
},
"product_reference": "python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycryptodomex-0:3.14.1-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src"
},
"product_reference": "python-pycryptodomex-0:3.14.1-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64"
},
"product_reference": "python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pygtrie-0:2.5.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src"
},
"product_reference": "python-pygtrie-0:2.5.0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwkest-0:1.4.2-8.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src"
},
"product_reference": "python-pyjwkest-0:1.4.2-8.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwt-0:2.5.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src"
},
"product_reference": "python-pyjwt-0:2.5.0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyparsing-0:3.1.1-3.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src"
},
"product_reference": "python-pyparsing-0:3.1.1-3.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-0:0.18.1-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src"
},
"product_reference": "python-pyrsistent-0:0.18.1-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64"
},
"product_reference": "python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytz-0:2022.2.1-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src"
},
"product_reference": "python-pytz-0:2022.2.1-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-redis-0:4.3.4-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src"
},
"product_reference": "python-redis-0:4.3.4-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlparse-0:0.4.4-3.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src"
},
"product_reference": "python-sqlparse-0:0.4.4-3.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tablib-0:3.3.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src"
},
"product_reference": "python-tablib-0:3.3.0-4.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-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src"
},
"product_reference": "python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-typing-extensions-0:4.7.1-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src"
},
"product_reference": "python-typing-extensions-0:4.7.1-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-uritemplate-0:4.1.1-5.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src"
},
"product_reference": "python-uritemplate-0:4.1.1-5.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-url-normalize-0:1.4.3-7.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src"
},
"product_reference": "python-url-normalize-0:1.4.3-7.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urlman-0:2.0.1-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src"
},
"product_reference": "python-urlman-0:2.0.1-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-uuid6-0:2023.5.2-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src"
},
"product_reference": "python-uuid6-0:2023.5.2-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-whitenoise-0:6.0.0-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src"
},
"product_reference": "python-whitenoise-0:6.0.0-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-0:1.14.1-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src"
},
"product_reference": "python-wrapt-0:1.14.1-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64"
},
"product_reference": "python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xlrd-0:2.0.1-8.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src"
},
"product_reference": "python-xlrd-0:2.0.1-8.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xlwt-0:1.3.0-6.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src"
},
"product_reference": "python-xlwt-0:1.3.0-6.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yarl-0:1.8.2-4.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src"
},
"product_reference": "python-yarl-0:1.8.2-4.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64"
},
"product_reference": "python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zipp-0:3.4.0-7.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src"
},
"product_reference": "python-zipp-0:3.4.0-7.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-createrepo_c-0:1.0.2-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64"
},
"product_reference": "python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64"
},
"product_reference": "python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch"
},
"product_reference": "python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-0:0.1.18-8.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64"
},
"product_reference": "python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64"
},
"product_reference": "python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch"
},
"product_reference": "python3-pulp-container-client-0:2.16.4-1.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.23.0-2.0.1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch"
},
"product_reference": "python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch"
},
"product_reference": "python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-solv-0:0.7.22-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64"
},
"product_reference": "python3-solv-0:0.7.22-6.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
},
"product_reference": "python3-solv-debuginfo-0:0.7.22-6.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-6.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch"
},
"product_reference": "python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiofiles-0:22.1.0-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch"
},
"product_reference": "python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64"
},
"product_reference": "python3.11-aiohttp-0:3.9.2-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.2-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.2-1.el8ui.x86_64"
},
"product_reference": "python3.11-aiohttp-debuginfo-0:3.9.2-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-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch"
},
"product_reference": "python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aioredis-0:2.0.1-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch"
},
"product_reference": "python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiosignal-0:1.3.1-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch"
},
"product_reference": "python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-asgiref-0:3.6.0-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch"
},
"product_reference": "python3.11-asgiref-0:3.6.0-4.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-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch"
},
"product_reference": "python3.11-async-timeout-0:4.0.2-5.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-6.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch"
},
"product_reference": "python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-attrs-0:21.4.0-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch"
},
"product_reference": "python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-backoff-0:2.2.1-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch"
},
"product_reference": "python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-brotli-0:1.0.9-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64"
},
"product_reference": "python3.11-brotli-0:1.0.9-5.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-5.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-5.el8ui.x86_64"
},
"product_reference": "python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-click-0:8.1.3-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch"
},
"product_reference": "python3.11-click-0:8.1.3-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64"
},
"product_reference": "python3.11-createrepo_c-0:1.0.2-5.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.0.2-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64"
},
"product_reference": "python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cryptography-0:41.0.6-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64"
},
"product_reference": "python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64"
},
"product_reference": "python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-defusedxml-0:0.7.1-6.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch"
},
"product_reference": "python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-deprecated-0:1.2.13-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch"
},
"product_reference": "python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-diff-match-patch-0:20200713-6.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch"
},
"product_reference": "python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-0:4.2.11-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch"
},
"product_reference": "python3.11-django-0:4.2.11-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-3.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch"
},
"product_reference": "python3.11-django-filter-0:23.2-3.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-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch"
},
"product_reference": "python3.11-django-guid-0:3.3.0-4.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-3.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-3.el8ui.noarch"
},
"product_reference": "python3.11-django-import-export-0:3.1.0-3.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-3.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch"
},
"product_reference": "python3.11-django-lifecycle-0:1.0.0-3.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-3.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-3.el8ui.noarch"
},
"product_reference": "python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch"
},
"product_reference": "python3.11-djangorestframework-0:3.14.0-3.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-7.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch"
},
"product_reference": "python3.11-djangorestframework-queryfields-0:1.0.0-7.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-3.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-3.el8ui.noarch"
},
"product_reference": "python3.11-drf-access-policy-0:1.3.0-3.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-5.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-5.el8ui.noarch"
},
"product_reference": "python3.11-drf-nested-routers-0:0.93.4-5.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-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch"
},
"product_reference": "python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-dynaconf-0:3.1.12-3.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch"
},
"product_reference": "python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ecdsa-0:0.18.0-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch"
},
"product_reference": "python3.11-ecdsa-0:0.18.0-4.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-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch"
},
"product_reference": "python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64"
},
"product_reference": "python3.11-frozenlist-0:1.3.3-4.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-4.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-4.el8ui.x86_64"
},
"product_reference": "python3.11-frozenlist-debuginfo-0:1.3.3-4.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-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch"
},
"product_reference": "python3.11-future-0:0.18.3-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gnupg-0:0.5.0-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch"
},
"product_reference": "python3.11-gnupg-0:0.5.0-4.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-4.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-4.el8ui.noarch"
},
"product_reference": "python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-grpcio-0:1.56.0-4.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64"
},
"product_reference": "python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64"
},
"product_reference": "python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch"
},
"product_reference": "python3.11-gunicorn-0:20.1.0-7.1.2.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-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch"
},
"product_reference": "python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-inflection-0:0.5.1-6.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch"
},
"product_reference": "python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.3-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch"
},
"product_reference": "python3.11-jinja2-0:3.1.3-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-3.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64"
},
"product_reference": "python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-json_stream-0:2.3.2-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch"
},
"product_reference": "python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"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-3.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-3.el8ui.x86_64"
},
"product_reference": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.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-3.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch"
},
"product_reference": "python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libcomps-0:0.1.18-8.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64"
},
"product_reference": "python3.11-libcomps-0:0.1.18-8.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.18-8.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64"
},
"product_reference": "python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markuppy-0:1.14-6.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch"
},
"product_reference": "python3.11-markuppy-0:1.14-6.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64"
},
"product_reference": "python3.11-markupsafe-0:2.1.2-4.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-4.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-4.el8ui.x86_64"
},
"product_reference": "python3.11-markupsafe-debuginfo-0:2.1.2-4.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-4.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64"
},
"product_reference": "python3.11-multidict-0:6.0.4-4.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-4.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-4.el8ui.x86_64"
},
"product_reference": "python3.11-multidict-debuginfo-0:6.0.4-4.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-9.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch"
},
"product_reference": "python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-openpyxl-0:3.1.0-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch"
},
"product_reference": "python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch"
},
"product_reference": "python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch"
},
"product_reference": "python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch"
},
"product_reference": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch"
},
"product_reference": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch"
},
"product_reference": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch"
},
"product_reference": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch"
},
"product_reference": "python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch"
},
"product_reference": "python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch"
},
"product_reference": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch"
},
"product_reference": "python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-packaging-0:21.3-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch"
},
"product_reference": "python3.11-packaging-0:21.3-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-productmd-0:1.33-6.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch"
},
"product_reference": "python3.11-productmd-0:1.33-6.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-protobuf-0:4.21.6-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch"
},
"product_reference": "python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-psycopg-0:3.1.9-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch"
},
"product_reference": "python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-container-0:2.16.4-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch"
},
"product_reference": "python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch"
},
"product_reference": "python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch"
},
"product_reference": "python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.39.11-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch"
},
"product_reference": "python3.11-pulpcore-0:3.39.11-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-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64"
},
"product_reference": "python3.11-pycares-0:4.1.2-5.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-5.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-5.el8ui.x86_64"
},
"product_reference": "python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64"
},
"product_reference": "python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64"
},
"product_reference": "python3.11-pycryptodomex-debuginfo-0:3.14.1-5.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-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch"
},
"product_reference": "python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch"
},
"product_reference": "python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwt-0:2.5.0-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch"
},
"product_reference": "python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyparsing-0:3.1.1-3.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch"
},
"product_reference": "python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64"
},
"product_reference": "python3.11-pyrsistent-0:0.18.1-5.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-5.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-5.el8ui.x86_64"
},
"product_reference": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.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-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch"
},
"product_reference": "python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-redis-0:4.3.4-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch"
},
"product_reference": "python3.11-redis-0:4.3.4-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-solv-0:0.7.22-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64"
},
"product_reference": "python3.11-solv-0:0.7.22-6.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.22-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
},
"product_reference": "python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-sqlparse-0:0.4.4-3.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch"
},
"product_reference": "python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tablib-0:3.3.0-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch"
},
"product_reference": "python3.11-tablib-0:3.3.0-4.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-4.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-4.el8ui.noarch"
},
"product_reference": "python3.11-types-cryptography-0:3.3.23.2-4.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-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch"
},
"product_reference": "python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-uritemplate-0:4.1.1-5.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch"
},
"product_reference": "python3.11-uritemplate-0:4.1.1-5.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-7.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch"
},
"product_reference": "python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urlman-0:2.0.1-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch"
},
"product_reference": "python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-uuid6-0:2023.5.2-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch"
},
"product_reference": "python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-whitenoise-0:6.0.0-4.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch"
},
"product_reference": "python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-wrapt-0:1.14.1-4.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64"
},
"product_reference": "python3.11-wrapt-0:1.14.1-4.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-4.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-4.el8ui.x86_64"
},
"product_reference": "python3.11-wrapt-debuginfo-0:1.14.1-4.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-8.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch"
},
"product_reference": "python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-xlwt-0:1.3.0-6.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch"
},
"product_reference": "python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-yarl-0:1.8.2-4.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64"
},
"product_reference": "python3.11-yarl-0:1.8.2-4.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-4.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-4.el8ui.x86_64"
},
"product_reference": "python3.11-yarl-debuginfo-0:1.8.2-4.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-7.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch"
},
"product_reference": "python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-installer-0:4.8.0.2-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch"
},
"product_reference": "rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-installer-0:4.8.0.2-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src"
},
"product_reference": "rhui-installer-0:4.8.0.2-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-tools-0:4.8.0.1-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch"
},
"product_reference": "rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-tools-0:4.8.0.1-1.el8ui.src as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src"
},
"product_reference": "rhui-tools-0:4.8.0.1-1.el8ui.src",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch"
},
"product_reference": "rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"relates_to_product_reference": "8Base-RHUI-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64 as a component of RHUI 4 for RHEL 8",
"product_id": "8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
},
"product_reference": "ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"relates_to_product_reference": "8Base-RHUI-4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-36053",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2023-06-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2218004"
}
],
"notes": [
{
"category": "description",
"text": "A regular expression denial of service vulnerability has been found in Django. Email and URL validators are vulnerable to this flaw when processing a very large number of domain name labels of emails and URLs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-django: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator",
"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.11-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-36053"
},
{
"category": "external",
"summary": "RHBZ#2218004",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218004"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-36053",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36053"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-36053",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36053"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2023/jul/03/security-releases/",
"url": "https://www.djangoproject.com/weblog/2023/jul/03/security-releases/"
}
],
"release_date": "2023-07-03T08:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T01:56:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://access.redhat.com/documentation/en-us/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://access.redhat.com/documentation/en-us/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1878"
}
],
"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.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-django: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator"
},
{
"cve": "CVE-2023-37276",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2023-07-20T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2224185"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in aio-libs aiohttp, where it is vulnerable to HTTP request smuggling, caused by a flaw in the aiohttp.web.Application. By sending a specially crafted HTTP(S) request, an attacker can poison the web cache, bypass web application firewall protection, and conduct Cross-site scripting (XSS) attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-aiohttp: HTTP request smuggling via llhttp HTTP request parser",
"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.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37276"
},
{
"category": "external",
"summary": "RHBZ#2224185",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224185"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37276",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37276"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37276",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37276"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w"
}
],
"release_date": "2023-07-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T01:56:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://access.redhat.com/documentation/en-us/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://access.redhat.com/documentation/en-us/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1878"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-aiohttp: HTTP request smuggling via llhttp HTTP request parser"
},
{
"cve": "CVE-2023-41164",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-09-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237258"
}
],
"notes": [
{
"category": "description",
"text": "An uncontrolled resource consumption vulnerability was found in Django. Feeding certain inputs with a very large number of Unicode characters to the URI to IRI encoder function can lead to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-django: Potential denial of service vulnerability in ``django.utils.encoding.uri_to_iri()``",
"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.11-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-41164"
},
{
"category": "external",
"summary": "RHBZ#2237258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-41164",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-41164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-41164"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2023/sep/04/security-releases/",
"url": "https://www.djangoproject.com/weblog/2023/sep/04/security-releases/"
}
],
"release_date": "2023-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T01:56:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://access.redhat.com/documentation/en-us/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://access.redhat.com/documentation/en-us/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1878"
}
],
"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.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-django: Potential denial of service vulnerability in ``django.utils.encoding.uri_to_iri()``"
},
{
"cve": "CVE-2023-43665",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2023-09-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2241046"
}
],
"notes": [
{
"category": "description",
"text": "An inefficient regular expression complexity was found in Django. The text truncator regular expressions exhibit linear backtracking complexity, which can be slow, leading to a potential denial of service, given certain HTML inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-django: Denial-of-service possibility in django.utils.text.Truncator",
"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.11-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-43665"
},
{
"category": "external",
"summary": "RHBZ#2241046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-43665",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43665"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-43665",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-43665"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2023/oct/04/security-releases/",
"url": "https://www.djangoproject.com/weblog/2023/oct/04/security-releases/"
}
],
"release_date": "2023-10-04T15:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T01:56:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://access.redhat.com/documentation/en-us/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://access.redhat.com/documentation/en-us/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1878"
}
],
"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.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-django: Denial-of-service possibility in django.utils.text.Truncator"
},
{
"cve": "CVE-2023-47627",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2023-11-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2249825"
}
],
"notes": [
{
"category": "description",
"text": "An HTTP request smuggling vulnerability was found in aiohttp. Numerous issues with HTTP parsing can allow an attacker to smuggle HTTP requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-aiohttp: numerous issues in HTTP parser with header parsing",
"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.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-47627"
},
{
"category": "external",
"summary": "RHBZ#2249825",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2249825"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-47627",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47627"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-47627",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-47627"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg"
}
],
"release_date": "2023-11-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T01:56:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://access.redhat.com/documentation/en-us/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://access.redhat.com/documentation/en-us/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1878"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-aiohttp: numerous issues in HTTP parser with header parsing"
},
{
"cve": "CVE-2023-49081",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2023-11-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2252235"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the python-aiohttp package. This issue could allow a remote attacker to modify an existing HTTP request or create a new request that could have minor confidentiality or integrity impacts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: HTTP request modification",
"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.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-49081"
},
{
"category": "external",
"summary": "RHBZ#2252235",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252235"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-49081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49081"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-49081",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-49081"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-q3qx-c6g2-7pw2",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-q3qx-c6g2-7pw2"
}
],
"release_date": "2023-11-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T01:56:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://access.redhat.com/documentation/en-us/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://access.redhat.com/documentation/en-us/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1878"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: HTTP request modification"
},
{
"cve": "CVE-2023-49082",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2023-11-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2252248"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Aiohttp. This issue may allow an attacker to send a crafted HTTP request to the server and smuggle arbitrary HTTP headers due to improper validation of HTTP requests during the processing of the HTTP request method. By exploiting this flaw, an attacker can manipulate HTTP requests and potentially poison the HTTP cache for phishing attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: CRLF injection if user controls the HTTP method using aiohttp client",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability only occurs if the attacker can control the HTTP method (GET, POST etc.) of the request.",
"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.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-49082"
},
{
"category": "external",
"summary": "RHBZ#2252248",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252248"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-49082",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49082"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-49082",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-49082"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-qvrw-v9rv-5rjx",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-qvrw-v9rv-5rjx"
}
],
"release_date": "2023-11-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T01:56:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://access.redhat.com/documentation/en-us/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://access.redhat.com/documentation/en-us/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1878"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "aiohttp: CRLF injection if user controls the HTTP method using aiohttp client"
},
{
"cve": "CVE-2023-49083",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2023-12-20T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2255331"
}
],
"notes": [
{
"category": "description",
"text": "A null-pointer dereference vulnerability was found in python-cryptography during the loading of PKCS7 certificates. Invoking \"load_pem_pkcs7_certificates\" or \"load_der_pkcs7_certificates\" can trigger this issue and lead to subsequent segmentation fault and result in a Denial of Service (DoS) for any application aiming to deserialize a PKCS7 blob or certificate. The potential impact includes disruptions in system availability and stability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-cryptography: NULL-dereference when loading PKCS7 certificates",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability arises when functions like \"load_pem_pkcs7_certificates\" or \"load_der_pkcs7_certificates\" are invoked, triggering the issue during the deserialization of PKCS7 blobs or certificates. The moderate rating is based on the fact that the vulnerability can lead to a segmentation fault, posing a risk of disrupting the normal functioning of any application attempting to deserialize the mentioned certificates. While the impact is significant in terms of service denial and potential system instability, the severity is deemed moderate as it does not directly expose sensitive data or allow for remote code execution, focusing primarily on the localized consequences of a DoS scenario.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-49083"
},
{
"category": "external",
"summary": "RHBZ#2255331",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2255331"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-49083",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-49083"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/f09c261ca10a31fe41b1262306db7f8f1da0e48a",
"url": "https://github.com/pyca/cryptography/commit/f09c261ca10a31fe41b1262306db7f8f1da0e48a"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/pull/9926",
"url": "https://github.com/pyca/cryptography/pull/9926"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-jfhm-5ghh-2f97",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-jfhm-5ghh-2f97"
}
],
"release_date": "2023-11-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T01:56:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://access.redhat.com/documentation/en-us/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://access.redhat.com/documentation/en-us/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1878"
},
{
"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.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-cryptography: NULL-dereference when loading PKCS7 certificates"
},
{
"cve": "CVE-2024-22195",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2024-01-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2257854"
}
],
"notes": [
{
"category": "description",
"text": "A cross-site scripting (XSS) flaw was found in Jinja2 due to the xmlattr filter allowing keys with spaces, contrary to XML/HTML attribute standards. If an application accepts user-input keys and renders them for other users, attackers can inject additional attributes, potentially leading to XSS. This misuse of the xmlattr filter enables the injection of arbitrary HTML attributes, bypassing auto-escaping and potentially circumventing attribute validation checks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: HTML attribute injection when passing user input as keys to xmlattr filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified issue is classified as moderate due to a cross-site scripting (XSS) vulnerability in Jinja2. This flaw arises from the xmlattr filter, which permits keys with spaces, contrary to XML/HTML attribute standards. In scenarios where an application accepts user-input keys and renders them for other users, attackers can exploit this vulnerability to inject additional attributes, potentially resulting in XSS attacks. The misuse of the xmlattr filter facilitates the injection of arbitrary HTML attributes, allowing attackers to bypass auto-escaping mechanisms and potentially evade attribute validation checks, posing a moderate security 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-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-22195"
},
{
"category": "external",
"summary": "RHBZ#2257854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2257854"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-22195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22195"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22195",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22195"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/releases/tag/3.1.3",
"url": "https://github.com/pallets/jinja/releases/tag/3.1.3"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h5c8-rqwp-cp95",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-h5c8-rqwp-cp95"
}
],
"release_date": "2024-01-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T01:56:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://access.redhat.com/documentation/en-us/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://access.redhat.com/documentation/en-us/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1878"
},
{
"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.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"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.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jinja2: HTML attribute injection when passing user input as keys to xmlattr filter"
},
{
"cve": "CVE-2024-23334",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2024-01-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2261887"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in aiohttp. When using aiohttp as a web server and configuring static routes, it is necessary to specify the root path for static files. Additionally, the option \u0027follow_symlinks\u0027 can be used to determine whether to follow symbolic links outside the static root directory. When \u0027follow_symlinks\u0027 is set to True, there is no validation to check if a given file path is within the root directory. This issue can lead to a directory traversal vulnerability, resulting in unauthorized access to arbitrary files on the system, even when symlinks are not present.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: follow_symlinks directory traversal vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated as having a moderate impact. There is a non-default precondition which is required to exploit it: the follow_symlinks setting needs to be enabled.",
"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.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-23334"
},
{
"category": "external",
"summary": "RHBZ#2261887",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2261887"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-23334",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23334"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-23334",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23334"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5h86-8mv2-jq9f",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5h86-8mv2-jq9f"
}
],
"release_date": "2024-01-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T01:56:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://access.redhat.com/documentation/en-us/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://access.redhat.com/documentation/en-us/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1878"
},
{
"category": "workaround",
"details": "If using follow_symlinks=True outside of a restricted local development environment, disable the option immediately. This option is NOT needed to follow symlinks that point to a location within the static root directory; it is only intended to allow a symlink to break out of the static directory. Even with this CVE fixed, there is still a substantial risk of misconfiguration when using this option on a server that accepts requests from remote users.\n\nAdditionally, aiohttp has always recommended using a reverse proxy server (such as nginx) to handle static resources and not to use these static resources in aiohttp for production environments. Doing so also protects against this vulnerability, and is why we expect the number of affected users to be very low.",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: follow_symlinks directory traversal vulnerability"
},
{
"cve": "CVE-2024-23342",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"discovery_date": "2024-01-23T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2259780"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `ecdsa` PyPI package, a pure Python implementation of ECC (Elliptic Curve Cryptography) with support for ECDSA (Elliptic Curve Digital Signature Algorithm), EdDSA (Edwards-curve Digital Signature Algorithm) and ECDH (Elliptic Curve Diffie-Hellman). Versions 0.18.0 and prior may be vulnerable to the Minerva attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-ecdsa: vulnerable to the Minerva attack",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Some of the offerings such as Quay do not rely on python-ecdsa, therefore the impact is minimal or non-existing for these products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-23342"
},
{
"category": "external",
"summary": "RHBZ#2259780",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259780"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-23342",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23342"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-23342",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23342"
},
{
"category": "external",
"summary": "https://github.com/tlsfuzzer/python-ecdsa/blob/master/SECURITY.md",
"url": "https://github.com/tlsfuzzer/python-ecdsa/blob/master/SECURITY.md"
},
{
"category": "external",
"summary": "https://github.com/tlsfuzzer/python-ecdsa/security/advisories/GHSA-wj6h-64fc-37mp",
"url": "https://github.com/tlsfuzzer/python-ecdsa/security/advisories/GHSA-wj6h-64fc-37mp"
},
{
"category": "external",
"summary": "https://minerva.crocs.fi.muni.cz/",
"url": "https://minerva.crocs.fi.muni.cz/"
},
{
"category": "external",
"summary": "https://securitypitfalls.wordpress.com/2018/08/03/constant-time-compare-in-python/",
"url": "https://securitypitfalls.wordpress.com/2018/08/03/constant-time-compare-in-python/"
}
],
"release_date": "2024-01-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T01:56:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://access.redhat.com/documentation/en-us/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://access.redhat.com/documentation/en-us/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1878"
},
{
"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.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-ecdsa: vulnerable to the Minerva attack"
},
{
"cve": "CVE-2024-23829",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2024-01-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2261909"
}
],
"notes": [
{
"category": "description",
"text": "An HTTP request smuggling vulnerability was found in aiohttp. Security-sensitive parts of the Python HTTP parser retained minor differences in allowable character sets that must trigger error handling to robustly match frame boundaries of proxies in order to protect against the injection of additional requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-aiohttp: http request smuggling",
"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.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-23829"
},
{
"category": "external",
"summary": "RHBZ#2261909",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2261909"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-23829",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23829"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-23829",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23829"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-8qpw-xqxj-h4r2",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-8qpw-xqxj-h4r2"
}
],
"release_date": "2024-01-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T01:56:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://access.redhat.com/documentation/en-us/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://access.redhat.com/documentation/en-us/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1878"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-aiohttp: http request smuggling"
},
{
"cve": "CVE-2024-24680",
"discovery_date": "2024-01-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2261856"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Django. When used with very long strings, the intcomma template filter was subject to a potential denial of service attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Django: denial-of-service in ``intcomma`` template filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Redhat has rated this vulnerability as moderate severity because exploitation of this vulnerability is only theoretical in nature and can only result in a denial of service bug.",
"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.11-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24680"
},
{
"category": "external",
"summary": "RHBZ#2261856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2261856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24680"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24680",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24680"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-xxj9-f6rv-m3x4",
"url": "https://github.com/advisories/GHSA-xxj9-f6rv-m3x4"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2024/feb/06/security-releases/",
"url": "https://www.djangoproject.com/weblog/2024/feb/06/security-releases/"
}
],
"release_date": "2024-02-06T15:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T01:56:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://access.redhat.com/documentation/en-us/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://access.redhat.com/documentation/en-us/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1878"
},
{
"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.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Django: denial-of-service in ``intcomma`` template filter"
},
{
"cve": "CVE-2024-27351",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-02-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2266045"
}
],
"notes": [
{
"category": "description",
"text": "An inefficient regular expression complexity flaw was found in the Truncator.words function and truncatewords_html filter of Django. This issue may allow an attacker to use a suitably crafted string to cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-django: Potential regular expression denial-of-service in django.utils.text.Truncator.words()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch"
],
"known_not_affected": [
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-27351"
},
{
"category": "external",
"summary": "RHBZ#2266045",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266045"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-27351",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27351"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-27351",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27351"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2024/mar/04/security-releases/",
"url": "https://www.djangoproject.com/weblog/2024/mar/04/security-releases/"
}
],
"release_date": "2024-03-04T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T01:56:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions on how to apply this update, see:\nhttps://access.redhat.com/documentation/en-us/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://access.redhat.com/documentation/en-us/red_hat_update_infrastructure/4",
"product_ids": [
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1878"
}
],
"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.18.0-1.el8ui.noarch",
"8Base-RHUI-4:ansible-collection-community-crypto-0:2.18.0-1.el8ui.src",
"8Base-RHUI-4:createrepo_c-0:1.0.2-5.el8ui.src",
"8Base-RHUI-4:createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-debugsource-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:createrepo_c-libs-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.src",
"8Base-RHUI-4:libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libcomps-debugsource-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.src",
"8Base-RHUI-4:libsolv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-debugsource-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-demo-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:libsolv-tools-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.src",
"8Base-RHUI-4:pulpcore-selinux-0:2.0.1-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiodns-0:3.0.0-6.el8ui.src",
"8Base-RHUI-4:python-aiofiles-0:22.1.0-4.el8ui.src",
"8Base-RHUI-4:python-aiohttp-0:3.9.2-1.el8ui.src",
"8Base-RHUI-4:python-aiohttp-debugsource-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python-aiohttp-xmlrpc-0:1.5.0-5.el8ui.src",
"8Base-RHUI-4:python-aioredis-0:2.0.1-5.el8ui.src",
"8Base-RHUI-4:python-aiosignal-0:1.3.1-4.el8ui.src",
"8Base-RHUI-4:python-asgiref-0:3.6.0-4.el8ui.src",
"8Base-RHUI-4:python-async-timeout-0:4.0.2-5.el8ui.src",
"8Base-RHUI-4:python-asyncio-throttle-0:1.0.2-6.el8ui.src",
"8Base-RHUI-4:python-attrs-0:21.4.0-5.el8ui.src",
"8Base-RHUI-4:python-backoff-0:2.2.1-4.el8ui.src",
"8Base-RHUI-4:python-brotli-0:1.0.9-5.el8ui.src",
"8Base-RHUI-4:python-brotli-debugsource-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python-click-0:8.1.3-4.el8ui.src",
"8Base-RHUI-4:python-cryptography-0:41.0.6-1.el8ui.src",
"8Base-RHUI-4:python-cryptography-debugsource-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python-defusedxml-0:0.7.1-6.el8ui.src",
"8Base-RHUI-4:python-deprecated-0:1.2.13-4.el8ui.src",
"8Base-RHUI-4:python-diff-match-patch-0:20200713-6.el8ui.src",
"8Base-RHUI-4:python-django-0:4.2.11-1.el8ui.src",
"8Base-RHUI-4:python-django-filter-0:23.2-3.el8ui.src",
"8Base-RHUI-4:python-django-guid-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-django-import-export-0:3.1.0-3.el8ui.src",
"8Base-RHUI-4:python-django-lifecycle-0:1.0.0-3.el8ui.src",
"8Base-RHUI-4:python-django-readonly-field-0:1.1.2-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-0:3.14.0-3.el8ui.src",
"8Base-RHUI-4:python-djangorestframework-queryfields-0:1.0.0-7.el8ui.src",
"8Base-RHUI-4:python-drf-access-policy-0:1.3.0-3.el8ui.src",
"8Base-RHUI-4:python-drf-nested-routers-0:0.93.4-5.el8ui.src",
"8Base-RHUI-4:python-drf-spectacular-0:0.26.5-4.el8ui.src",
"8Base-RHUI-4:python-dynaconf-0:3.1.12-3.el8ui.src",
"8Base-RHUI-4:python-ecdsa-0:0.18.0-4.el8ui.src",
"8Base-RHUI-4:python-et-xmlfile-0:1.1.0-5.el8ui.src",
"8Base-RHUI-4:python-frozenlist-0:1.3.3-4.el8ui.src",
"8Base-RHUI-4:python-frozenlist-debugsource-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python-future-0:0.18.3-4.el8ui.src",
"8Base-RHUI-4:python-gnupg-0:0.5.0-4.el8ui.src",
"8Base-RHUI-4:python-googleapis-common-protos-0:1.59.1-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-0:1.56.0-4.el8ui.src",
"8Base-RHUI-4:python-grpcio-debugsource-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python-gunicorn-0:20.1.0-7.1.2.el8ui.src",
"8Base-RHUI-4:python-importlib-metadata-0:6.0.1-4.el8ui.src",
"8Base-RHUI-4:python-inflection-0:0.5.1-6.el8ui.src",
"8Base-RHUI-4:python-jinja2-0:3.1.3-1.el8ui.src",
"8Base-RHUI-4:python-jq-0:1.6.0-3.el8ui.src",
"8Base-RHUI-4:python-json-stream-0:2.3.2-4.el8ui.src",
"8Base-RHUI-4:python-json-stream-rs-tokenizer-0:0.4.25-3.el8ui.src",
"8Base-RHUI-4:python-jsonschema-0:4.10.3-3.el8ui.src",
"8Base-RHUI-4:python-markuppy-0:1.14-6.el8ui.src",
"8Base-RHUI-4:python-markupsafe-0:2.1.2-4.el8ui.src",
"8Base-RHUI-4:python-markupsafe-debugsource-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-multidict-0:6.0.4-4.el8ui.src",
"8Base-RHUI-4:python-multidict-debugsource-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python-odfpy-0:1.4.1-9.el8ui.src",
"8Base-RHUI-4:python-openpyxl-0:3.1.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_api-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_distro-0:0.40b0-7.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation-0:0.40b0-5.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_proto-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_sdk-0:1.19.0-4.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-opentelemetry_util_http-0:0.40b0-3.el8ui.src",
"8Base-RHUI-4:python-packaging-0:21.3-5.el8ui.src",
"8Base-RHUI-4:python-productmd-0:1.33-6.el8ui.src",
"8Base-RHUI-4:python-protobuf-0:4.21.6-4.el8ui.src",
"8Base-RHUI-4:python-psycopg-0:3.1.9-4.el8ui.src",
"8Base-RHUI-4:python-pulp-container-0:2.16.4-1.el8ui.src",
"8Base-RHUI-4:python-pulp-container-client-0:2.16.4-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pulp-glue-0:0.21.2-3.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-0:3.23.0-2.el8ui.src",
"8Base-RHUI-4:python-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-0:3.39.11-1.el8ui.src",
"8Base-RHUI-4:python-pulpcore-client-0:3.39.7-1.0.1.el8ui.src",
"8Base-RHUI-4:python-pycares-0:4.1.2-5.el8ui.src",
"8Base-RHUI-4:python-pycares-debugsource-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python-pycryptodomex-0:3.14.1-5.el8ui.src",
"8Base-RHUI-4:python-pycryptodomex-debugsource-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pygtrie-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyjwkest-0:1.4.2-8.el8ui.src",
"8Base-RHUI-4:python-pyjwt-0:2.5.0-4.el8ui.src",
"8Base-RHUI-4:python-pyparsing-0:3.1.1-3.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-0:0.18.1-5.el8ui.src",
"8Base-RHUI-4:python-pyrsistent-debugsource-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python-pytz-0:2022.2.1-5.el8ui.src",
"8Base-RHUI-4:python-redis-0:4.3.4-4.el8ui.src",
"8Base-RHUI-4:python-sqlparse-0:0.4.4-3.el8ui.src",
"8Base-RHUI-4:python-tablib-0:3.3.0-4.el8ui.src",
"8Base-RHUI-4:python-types-cryptography-0:3.3.23.2-4.el8ui.src",
"8Base-RHUI-4:python-typing-extensions-0:4.7.1-4.el8ui.src",
"8Base-RHUI-4:python-uritemplate-0:4.1.1-5.el8ui.src",
"8Base-RHUI-4:python-url-normalize-0:1.4.3-7.el8ui.src",
"8Base-RHUI-4:python-urlman-0:2.0.1-4.el8ui.src",
"8Base-RHUI-4:python-uuid6-0:2023.5.2-4.el8ui.src",
"8Base-RHUI-4:python-whitenoise-0:6.0.0-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-0:1.14.1-4.el8ui.src",
"8Base-RHUI-4:python-wrapt-debugsource-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python-xlrd-0:2.0.1-8.el8ui.src",
"8Base-RHUI-4:python-xlwt-0:1.3.0-6.el8ui.src",
"8Base-RHUI-4:python-yarl-0:1.8.2-4.el8ui.src",
"8Base-RHUI-4:python-yarl-debugsource-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python-zipp-0:3.4.0-7.el8ui.src",
"8Base-RHUI-4:python3-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3-pulp-container-client-0:2.16.4-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulp-rpm-client-0:3.23.0-2.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-pulpcore-client-0:3.39.7-1.0.1.el8ui.noarch",
"8Base-RHUI-4:python3-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiodns-0:3.0.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiofiles-0:22.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiohttp-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-debuginfo-0:3.9.2-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-aiohttp-xmlrpc-0:1.5.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aioredis-0:2.0.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-aiosignal-0:1.3.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-asgiref-0:3.6.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-async-timeout-0:4.0.2-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-asyncio-throttle-0:1.0.2-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-attrs-0:21.4.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-backoff-0:2.2.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-brotli-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-brotli-debuginfo-0:1.0.9-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-click-0:8.1.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-createrepo_c-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-createrepo_c-debuginfo-0:1.0.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-cryptography-debuginfo-0:41.0.6-1.el8ui.x86_64",
"8Base-RHUI-4:python3.11-defusedxml-0:0.7.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-deprecated-0:1.2.13-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-diff-match-patch-0:20200713-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-0:4.2.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-filter-0:23.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-guid-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-import-export-0:3.1.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-lifecycle-0:1.0.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-django-readonly-field-0:1.1.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-0:3.14.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-djangorestframework-queryfields-0:1.0.0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-access-policy-0:1.3.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-nested-routers-0:0.93.4-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-drf-spectacular-0:0.26.5-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-dynaconf-0:3.1.12-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-ecdsa-0:0.18.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-et-xmlfile-0:1.1.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-frozenlist-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-frozenlist-debuginfo-0:1.3.3-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-future-0:0.18.3-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-gnupg-0:0.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-googleapis-common-protos-0:1.59.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-grpcio-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-grpcio-debuginfo-0:1.56.0-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-gunicorn-0:20.1.0-7.1.2.el8ui.noarch",
"8Base-RHUI-4:python3.11-importlib-metadata-0:6.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-inflection-0:0.5.1-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-jinja2-0:3.1.3-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-jq-0:1.6.0-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-json_stream-0:2.3.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8ui.x86_64",
"8Base-RHUI-4:python3.11-jsonschema-0:4.10.3-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-libcomps-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-libcomps-debuginfo-0:0.1.18-8.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markuppy-0:1.14-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-markupsafe-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-multidict-debuginfo-0:6.0.4-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-odfpy-0:1.4.1-9.el8ui.noarch",
"8Base-RHUI-4:python3.11-openpyxl-0:3.1.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_api-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_proto-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_sdk-0:1.19.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-opentelemetry_util_http-0:0.40b0-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-packaging-0:21.3-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-productmd-0:1.33-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-protobuf-0:4.21.6-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-psycopg-0:3.1.9-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-container-0:2.16.4-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-glue-0:0.21.2-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulp-rpm-0:3.23.0-2.el8ui.noarch",
"8Base-RHUI-4:python3.11-pulpcore-0:3.39.11-1.el8ui.noarch",
"8Base-RHUI-4:python3.11-pycares-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycares-debuginfo-0:4.1.2-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pycryptodomex-debuginfo-0:3.14.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pygtrie-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwkest-0:1.4.2-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyjwt-0:2.5.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyparsing-0:3.1.1-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-pyrsistent-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8ui.x86_64",
"8Base-RHUI-4:python3.11-pytz-0:2022.2.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-redis-0:4.3.4-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-solv-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-solv-debuginfo-0:0.7.22-6.el8ui.x86_64",
"8Base-RHUI-4:python3.11-sqlparse-0:0.4.4-3.el8ui.noarch",
"8Base-RHUI-4:python3.11-tablib-0:3.3.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-types-cryptography-0:3.3.23.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-typing-extensions-0:4.7.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uritemplate-0:4.1.1-5.el8ui.noarch",
"8Base-RHUI-4:python3.11-url-normalize-0:1.4.3-7.el8ui.noarch",
"8Base-RHUI-4:python3.11-urlman-0:2.0.1-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-uuid6-0:2023.5.2-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-whitenoise-0:6.0.0-4.el8ui.noarch",
"8Base-RHUI-4:python3.11-wrapt-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-wrapt-debuginfo-0:1.14.1-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-xlrd-0:2.0.1-8.el8ui.noarch",
"8Base-RHUI-4:python3.11-xlwt-0:1.3.0-6.el8ui.noarch",
"8Base-RHUI-4:python3.11-yarl-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-yarl-debuginfo-0:1.8.2-4.el8ui.x86_64",
"8Base-RHUI-4:python3.11-zipp-0:3.4.0-7.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.noarch",
"8Base-RHUI-4:rhui-installer-0:4.8.0.2-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:rhui-tools-0:4.8.0.1-1.el8ui.src",
"8Base-RHUI-4:rhui-tools-libs-0:4.8.0.1-1.el8ui.noarch",
"8Base-RHUI-4:ruby-solv-debuginfo-0:0.7.22-6.el8ui.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-django: Potential regular expression denial-of-service in django.utils.text.Truncator.words()"
}
]
}
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.